diff options
author | Jaswinder Singh Rajput <jaswinder@kernel.org> | 2009-09-23 15:56:14 -0700 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2009-09-24 07:20:57 -0700 |
commit | 2552a99b6e3c3f3c9ee1038e6c1f4669a856c59b (patch) | |
tree | 53109f89d32f686382806f304e2c2f4c4daedf8e /Documentation/auxdisplay | |
parent | bcadbbd4c896c80c263c35ce94b763e5ff58cecd (diff) | |
download | linux-2552a99b6e3c3f3c9ee1038e6c1f4669a856c59b.tar.gz linux-2552a99b6e3c3f3c9ee1038e6c1f4669a856c59b.tar.bz2 linux-2552a99b6e3c3f3c9ee1038e6c1f4669a856c59b.zip |
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>
Diffstat (limited to 'Documentation/auxdisplay')
-rw-r--r-- | Documentation/auxdisplay/cfag12864b-example.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Documentation/auxdisplay/cfag12864b-example.c b/Documentation/auxdisplay/cfag12864b-example.c index 1d2c010bae12..e7823ffb1ca0 100644 --- a/Documentation/auxdisplay/cfag12864b-example.c +++ b/Documentation/auxdisplay/cfag12864b-example.c @@ -194,7 +194,6 @@ static void cfag12864b_blit(void) */ #include <stdio.h> -#include <string.h> #define EXAMPLES 6 |