Просмотр исходного кода

staging/sb105x: remove asm/segment.h dependency

sb105x doesn't seem to actually need <asm/segment.h> (builds on x86
without it) and ppc/ppc64 doesn't provide it so it fails to build there.

This patch removes the dependency.

CC: Steven Rostedt <rostedt@goodmis.org>
Signed-off-by: Jeff Mahoney <jeffm@suse.com>
Signed-off-by: Jiri Slaby <jslaby@suse.cz>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Jeff Mahoney 12 лет назад
Родитель
Сommit
e99e3d0018
1 измененных файлов с 0 добавлено и 1 удалено
  1. 0 1
      drivers/staging/sb105x/sb_pci_mp.h

+ 0 - 1
drivers/staging/sb105x/sb_pci_mp.h

@@ -19,7 +19,6 @@
 #include <asm/uaccess.h>
 #include <asm/uaccess.h>
 #include <asm/io.h>
 #include <asm/io.h>
 #include <asm/irq.h>
 #include <asm/irq.h>
-#include <asm/segment.h>
 #include <asm/serial.h>
 #include <asm/serial.h>
 #include <linux/interrupt.h>
 #include <linux/interrupt.h>