diff options
author | Ralf Baechle <ralf@linux-mips.org> | 2007-08-22 17:48:08 -0400 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2007-08-26 21:16:59 -0400 |
commit | db15f3626df80cebd69b69494c90528aae483caf (patch) | |
tree | 791372aa647f8bf00c4a9c70bf6f5972662e1f37 /drivers/char/lcd.c | |
parent | 1bfa771e610bebb29d8051884ff3672845ac9c00 (diff) |
[MIPS] Delete duplicate inclusion of <linux/delay.h>.
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'drivers/char/lcd.c')
-rw-r--r-- | drivers/char/lcd.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/char/lcd.c b/drivers/char/lcd.c index 1f0962616ee5..4fe9206f84de 100644 --- a/drivers/char/lcd.c +++ b/drivers/char/lcd.c | |||
@@ -25,7 +25,6 @@ | |||
25 | #include <asm/io.h> | 25 | #include <asm/io.h> |
26 | #include <asm/uaccess.h> | 26 | #include <asm/uaccess.h> |
27 | #include <asm/system.h> | 27 | #include <asm/system.h> |
28 | #include <linux/delay.h> | ||
29 | 28 | ||
30 | #include "lcd.h" | 29 | #include "lcd.h" |
31 | 30 | ||