diff options
| author | Jaswinder Singh Rajput <jaswinder@kernel.org> | 2009-09-23 18:56:14 -0400 |
|---|---|---|
| committer | Linus Torvalds <torvalds@linux-foundation.org> | 2009-09-24 10:20:57 -0400 |
| commit | 2552a99b6e3c3f3c9ee1038e6c1f4669a856c59b (patch) | |
| tree | 53109f89d32f686382806f304e2c2f4c4daedf8e | |
| parent | bcadbbd4c896c80c263c35ce94b763e5ff58cecd (diff) | |
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>
| -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) | |||
| 194 | */ | 194 | */ |
| 195 | 195 | ||
| 196 | #include <stdio.h> | 196 | #include <stdio.h> |
| 197 | #include <string.h> | ||
| 198 | 197 | ||
| 199 | #define EXAMPLES 6 | 198 | #define EXAMPLES 6 |
| 200 | 199 | ||
