usbatm cxacru.c,1.25,1.26
kagan at infradead.org
kagan at infradead.org
Fri Apr 1 08:20:54 EST 2005
Update of /home/cvs/usbatm
In directory phoenix.infradead.org:/tmp/cvs-serv10358
Modified Files:
cxacru.c
Log Message:
Get rid of FW_LOADER ifdefs - it's presence is ensured by Kconfig.
Index: cxacru.c
===================================================================
RCS file: /home/cvs/usbatm/cxacru.c,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -r1.25 -r1.26
--- cxacru.c 1 Apr 2005 12:32:40 -0000 1.25
+++ cxacru.c 1 Apr 2005 13:20:51 -0000 1.26
@@ -39,10 +39,6 @@
#include "usbatm.h"
-#if defined(CONFIG_FW_LOADER) || defined(CONFIG_FW_LOADER_MODULE)
-# define USE_FW_LOADER
-#endif
-
#define DRIVER_AUTHOR "Roman Kagan, David Woodhouse, Duncan Sands"
#define DRIVER_VERSION "0.2"
#define DRIVER_DESC "Conexant AccessRunner ADSL USB modem driver"
@@ -462,7 +458,6 @@
}
}
-#ifdef USE_FW_LOADER
static int cxacru_fw(struct usb_device *usb_dev, enum cxacru_fw_request fw,
u8 code1, u8 code2, u32 addr, u8 *data, int size)
{
@@ -678,7 +673,6 @@
return ret;
}
-#endif /* USE_FW_LOADER */
static int cxacru_bind(struct usbatm_data *usbatm_instance,
struct usb_interface *intf, const struct usb_device_id *id,
More information about the Usbatm-commits
mailing list