瀏覽代碼

USB: ohci-omap - avoid including mach/irqs.h

ohci-omap doesn't need to include mach/irqs.h - nothing within this
driver needs anything from this header file.  Remove this include.

Signed-off-by: Russell King <rmk+kernel@armlinux.org.uk>
Acked-by: Alan Stern <stern@rowland.harvard.edu>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Russell King 9 年之前
父節點
當前提交
b68824b1a6
共有 1 個文件被更改,包括 0 次插入1 次删除
  1. 0 1
      drivers/usb/host/ohci-omap.c

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

@@ -36,7 +36,6 @@
 #include <mach/mux.h>
 
 #include <mach/hardware.h>
-#include <mach/irqs.h>
 #include <mach/usb.h>