Skip to content

Commit

Permalink
staging: rts5139: Remove duplicate include of rts51x.h
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Jesper Juhl authored and Greg Kroah-Hartman committed Jun 23, 2012
1 parent 3852587 commit b15297e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion drivers/staging/rts5139/rts51x_fop.c
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@
#include "rts51x_card.h"
#include "rts51x_fop.h"
#include "sd_cprm.h"
#include "rts51x.h"

#define RTS5139_IOC_MAGIC 0x39

Expand Down

0 comments on commit b15297e

Please sign in to comment.