summaryrefslogtreecommitdiffstats
path: root/drivers/video/pmag-ba-fb.c
diff options
context:
space:
mode:
authorAl Viro2005-12-15 07:07:03 +0100
committerAl Viro2006-02-08 02:56:35 +0100
commit1b8623545b42c03eb92e51b28c84acf4b8ba00a3 (patch)
tree071045ad9c60d2697292c523c77322a70a248fb9 /drivers/video/pmag-ba-fb.c
parentMerge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/driver-2.6 (diff)
downloadkernel-qcow2-linux-1b8623545b42c03eb92e51b28c84acf4b8ba00a3.tar.gz
kernel-qcow2-linux-1b8623545b42c03eb92e51b28c84acf4b8ba00a3.tar.xz
kernel-qcow2-linux-1b8623545b42c03eb92e51b28c84acf4b8ba00a3.zip
[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/pmag-ba-fb.c')
-rw-r--r--drivers/video/pmag-ba-fb.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/video/pmag-ba-fb.c b/drivers/video/pmag-ba-fb.c
index f3927b6cda9d..f5361cd8ccce 100644
--- a/drivers/video/pmag-ba-fb.c
+++ b/drivers/video/pmag-ba-fb.c
@@ -30,7 +30,6 @@
#include <linux/module.h>
#include <linux/types.h>
-#include <asm/bug.h>
#include <asm/io.h>
#include <asm/system.h>