From: Jaswinder Singh Rajput <jaswinder@kernel.org>
Date: Wed, 23 Sep 2009 22:56:14 +0000 (-0700)
Subject: includecheck fix: Documentation, cfag12864b-example.c
X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=2552a99b6e3c3f3c9ee1038e6c1f4669a856c59b;p=GitHub%2Fexynos8895%2Fandroid_kernel_samsung_universal8895.git

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>
---

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