Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
includecheck fix: Documentation, cfag12864b-example.c
fix the following 'make includecheck' warning:

  Documentation/auxdisplay/cfag12864b-example.c: string.h is included more than once.

Signed-off-by: Jaswinder Singh Rajput <jaswinderrajput@gmail.com>
Acked-by: Randy Dunlap <randy.dunlap@oracle.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
  • Loading branch information
Jaswinder Singh Rajput authored and torvalds committed Sep 24, 2009
1 parent bcadbbd commit 2552a99
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Documentation/auxdisplay/cfag12864b-example.c
Expand Up @@ -194,7 +194,6 @@ static void cfag12864b_blit(void)
*/

#include <stdio.h>
#include <string.h>

#define EXAMPLES 6

Expand Down

0 comments on commit 2552a99

Please sign in to comment.