浏览代码

usb: ohci-sa1111: remove mach/hardware.h include

The mach/hardware.h include doesn't seem to be necessary to build
ohci-sa1111, so let's remove it to kill off an unnecessary platform
specific include.

Signed-off-by: Russell King <rmk+kernel@armlinux.org.uk>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Russell King 9 年之前
父节点
当前提交
70efb643a8
共有 1 个文件被更改,包括 0 次插入1 次删除
  1. 0 1
      drivers/usb/host/ohci-sa1111.c

+ 0 - 1
drivers/usb/host/ohci-sa1111.c

@@ -13,7 +13,6 @@
  * This file is licenced under the GPL.
  * This file is licenced under the GPL.
  */
  */
 
 
-#include <mach/hardware.h>
 #include <asm/mach-types.h>
 #include <asm/mach-types.h>
 #include <asm/hardware/sa1111.h>
 #include <asm/hardware/sa1111.h>