mirror of https://gitee.com/openkylin/linux.git
staging:rtl8192u: Remove unused RTL8190_CPU_START_OFFSET - Style
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>
This commit is contained in:
parent
639bcec974
commit
6b32882b8c
|
@ -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)
|
||||
|
||||
|
|
Loading…
Reference in New Issue