Commit ac9d1a7b authored by Gertjan van Wingerde's avatar Gertjan van Wingerde Committed by John W. Linville

rt2x00: Fix building of rt2800lib when rt2x00 driver is built-in.

When enabling rt2800usb as a built-in driver (as opposed to a as a module) the build fails. See
http://marc.info/?l=linux-wireless&m=125768687711034&w=2 for details.

Fix it by properly including <linux/usb.h> from rt2x00usb.h
Signed-off-by: default avatarGertjan van Wingerde <gwingerde@gmail.com>
Acked-by: default avatarIvo van Doorn <IvDoorn@gmail.com>
Signed-off-by: default avatarJohn W. Linville <linville@tuxdriver.com>
parent 2015d192
...@@ -26,6 +26,8 @@ ...@@ -26,6 +26,8 @@
#ifndef RT2X00USB_H #ifndef RT2X00USB_H
#define RT2X00USB_H #define RT2X00USB_H
#include <linux/usb.h>
#define to_usb_device_intf(d) \ #define to_usb_device_intf(d) \
({ \ ({ \
struct usb_interface *intf = to_usb_interface(d); \ struct usb_interface *intf = to_usb_interface(d); \
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment