diff options
author | Al Viro <viro@zeniv.linux.org.uk> | 2005-12-15 06:07:03 (GMT) |
---|---|---|
committer | Al Viro <viro@zeniv.linux.org.uk> | 2006-02-08 01:56:35 (GMT) |
commit | 1b8623545b42c03eb92e51b28c84acf4b8ba00a3 (patch) | |
tree | 071045ad9c60d2697292c523c77322a70a248fb9 /drivers/video/backlight/lcd.c | |
parent | 92118c739df879497b8cc5a2eb3a9dc255f01b20 (diff) | |
download | linux-1b8623545b42c03eb92e51b28c84acf4b8ba00a3.tar.xz |
[PATCH] remove bogus asm/bug.h includes.
A bunch of asm/bug.h includes are both not needed (since it will get
pulled anyway) and bogus (since they are done too early). Removed.
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Diffstat (limited to 'drivers/video/backlight/lcd.c')
-rw-r--r-- | drivers/video/backlight/lcd.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/video/backlight/lcd.c b/drivers/video/backlight/lcd.c index 68c6906..9e32485 100644 --- a/drivers/video/backlight/lcd.c +++ b/drivers/video/backlight/lcd.c @@ -13,7 +13,6 @@ #include <linux/ctype.h> #include <linux/err.h> #include <linux/fb.h> -#include <asm/bug.h> static ssize_t lcd_show_power(struct class_device *cdev, char *buf) { |