diff options
author | Jianjun Kong | 2008-11-04 14:47:07 +0100 |
---|---|---|
committer | Linus Torvalds | 2008-11-04 17:18:19 +0100 |
commit | 54074d59320581a6d7e4f4dd405e8cac1d174b75 (patch) | |
tree | 57e510086daa9ea6a398900f2432e818c4156275 /drivers/staging/echo | |
parent | Merge git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6 (diff) | |
download | kernel-qcow2-linux-54074d59320581a6d7e4f4dd405e8cac1d174b75.tar.gz kernel-qcow2-linux-54074d59320581a6d7e4f4dd405e8cac1d174b75.tar.xz kernel-qcow2-linux-54074d59320581a6d7e4f4dd405e8cac1d174b75.zip |
drivers: remove duplicated #include
Signed-off-by: Jianjun Kong <jianjun@zeuux.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'drivers/staging/echo')
-rw-r--r-- | drivers/staging/echo/echo.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/staging/echo/echo.c b/drivers/staging/echo/echo.c index b8f2c5e9dee5..fd4007e329e7 100644 --- a/drivers/staging/echo/echo.c +++ b/drivers/staging/echo/echo.c @@ -106,7 +106,6 @@ #include <linux/kernel.h> /* We're doing kernel work */ #include <linux/module.h> -#include <linux/kernel.h> #include <linux/slab.h> #include "bit_operations.h" |