staging: rts5139: Remove duplicate include of rts51x.h
authorJesper Juhl <jj@chaosbits.net>
Thu, 21 Jun 2012 23:00:41 +0000 (01:00 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sat, 23 Jun 2012 04:04:05 +0000 (21:04 -0700)
commitb15297e912afb6a2a5bf592bb006fd705c12ab1c
tree527d5925b5162415e542c08110b32c93871ad14a
parent3852587ac62d249f26f89e3fef28c0474cc25729
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>
drivers/staging/rts5139/rts51x_fop.c