staging:rtl8192u: Remove unused RTL8190_CPU_START_OFFSET - Style
authorJohn Whitmore <johnfwhitmore@gmail.com>
Sat, 8 Sep 2018 09:44:06 +0000 (10:44 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 10 Sep 2018 15:12:16 +0000 (17:12 +0200)
The defined constant RTL8190_CPU_START_OFFSET is not used in the code
so has been removed. This is a coding style change which should have
no impact on runtime code execution.

Signed-off-by: John Whitmore <johnfwhitmore@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/rtl8192u/r819xU_firmware.h

index cccd1c8..794dca7 100644 (file)
@@ -2,7 +2,6 @@
 #ifndef __INC_FIRMWARE_H
 #define __INC_FIRMWARE_H
 
-#define RTL8190_CPU_START_OFFSET       0x80
 #define GET_COMMAND_PACKET_FRAG_THRESHOLD(v) \
        (4*(v/4) - 8 - USB_HWDESC_HEADER_LEN)