staging: rts5139: Added in sd_cprm.c an include to fix a sparse warning
authorAna Rey <anarey@gmail.com>
Thu, 13 Mar 2014 09:53:12 +0000 (10:53 +0100)
committerPeter P Waskiewicz Jr <peter.p.waskiewicz.jr@intel.com>
Mon, 17 Mar 2014 00:41:13 +0000 (17:41 -0700)
Fix the following warnings from sparse in drivers/staging/rts5139/sd_cprm.c
due to the missing include of sd_cprm.h

Signed-off-by: Ana Rey <anarey@gmail.com>
Acked-by: Paul E. McKenney <paulmck@linux.vnet.ibm.com>
Signed-off-by: Peter P Waskiewicz Jr <peter.p.waskiewicz.jr@intel.com>
drivers/staging/rts5139/sd_cprm.c

index d4689839e15ab95a441c81b7f95b0b58bf8e0987..cede6c07394fca9a89876026f74d2a3f761d50a5 100644 (file)
@@ -35,6 +35,7 @@
 #include "rts51x_scsi.h"
 #include "rts51x_card.h"
 #include "rts51x_chip.h"
+#include "sd_cprm.h"
 #include "sd.h"
 
 #ifdef SUPPORT_CPRM
This page took 0.024435 seconds and 5 git commands to generate.