mirror of https://gitee.com/openkylin/linux.git
Staging: w35und: inline DRIVER_AUTHOR and DRIVER_DESC macros
They're used in one place so we can inline them. Acked-by: Pavel Machek <pavel@suse.cz> Signed-off-by: Pekka Enberg <penberg@cs.helsinki.fi> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
This commit is contained in:
parent
7fff1316b9
commit
7b9a79bf48
|
@ -11,8 +11,8 @@
|
|||
#include "wbhal_f.h"
|
||||
#include "wblinux_f.h"
|
||||
|
||||
MODULE_AUTHOR(DRIVER_AUTHOR);
|
||||
MODULE_DESCRIPTION(DRIVER_DESC);
|
||||
MODULE_AUTHOR("Original by: Jeff Lee<YY_Lee@issc.com.tw> Adapted to 2.6.x by Costantino Leandro (Rxart Desktop) <le_costantino@pixartargentina.com.ar>");
|
||||
MODULE_DESCRIPTION("IS89C35 802.11bg WLAN USB Driver");
|
||||
MODULE_LICENSE("GPL");
|
||||
MODULE_VERSION("0.1");
|
||||
|
||||
|
|
|
@ -28,9 +28,6 @@ typedef struct _RW_CONTEXT
|
|||
void* pCallBackFunctionParameter;
|
||||
} RW_CONTEXT, *PRW_CONTEXT;
|
||||
|
||||
#define DRIVER_AUTHOR "Original by: Jeff Lee<YY_Lee@issc.com.tw> Adapted to 2.6.x by Costantino Leandro (Rxart Desktop) <le_costantino@pixartargentina.com.ar>"
|
||||
#define DRIVER_DESC "IS89C35 802.11bg WLAN USB Driver"
|
||||
|
||||
typedef struct _WBUSB {
|
||||
u32 IsUsb20;
|
||||
struct usb_device *udev;
|
||||
|
|
Loading…
Reference in New Issue