mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
synced 2024-10-29 23:53:32 +00:00
staging: rts5139: Remove duplicate include of rts51x.h
The header "rts51x.h" is included unconditionally at the start of the file and then again once more under "#ifdef SUPPORT_FILE_OP". Once is enough, so remove the conditional include and just keep the unconditional one. Signed-off-by: Jesper Juhl <jj@chaosbits.net> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
3852587ac6
commit
b15297e912
1 changed files with 0 additions and 1 deletions
|
@ -36,7 +36,6 @@
|
||||||
#include "rts51x_card.h"
|
#include "rts51x_card.h"
|
||||||
#include "rts51x_fop.h"
|
#include "rts51x_fop.h"
|
||||||
#include "sd_cprm.h"
|
#include "sd_cprm.h"
|
||||||
#include "rts51x.h"
|
|
||||||
|
|
||||||
#define RTS5139_IOC_MAGIC 0x39
|
#define RTS5139_IOC_MAGIC 0x39
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue