summaryrefslogtreecommitdiffstats
path: root/drivers/staging/crystalhd/crystalhd_cmds.h
diff options
context:
space:
mode:
authorJorgyano Vieira2012-02-26 00:58:21 +0100
committerGreg Kroah-Hartman2012-03-01 00:54:39 +0100
commit01c3207091a67b898ce52b74afbee23a0b2b2ea6 (patch)
tree1b86796bd13aad9bb791e3262cc523248be5db23 /drivers/staging/crystalhd/crystalhd_cmds.h
parentStaging: crystalhd: Add global header (diff)
downloadkernel-qcow2-linux-01c3207091a67b898ce52b74afbee23a0b2b2ea6.tar.gz
kernel-qcow2-linux-01c3207091a67b898ce52b74afbee23a0b2b2ea6.tar.xz
kernel-qcow2-linux-01c3207091a67b898ce52b74afbee23a0b2b2ea6.zip
Staging: crystalhd: Replace the local includes with global header
This patch replaces the local includes with the global header. So the the crystalhd.h will be the only header included by the other files. Signed-off-by: Jorgyano Vieira <jorgyano@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging/crystalhd/crystalhd_cmds.h')
-rw-r--r--drivers/staging/crystalhd/crystalhd_cmds.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/staging/crystalhd/crystalhd_cmds.h b/drivers/staging/crystalhd/crystalhd_cmds.h
index f0a2796045c2..4066ba393a17 100644
--- a/drivers/staging/crystalhd/crystalhd_cmds.h
+++ b/drivers/staging/crystalhd/crystalhd_cmds.h
@@ -33,8 +33,8 @@
* from _dts_glob and dts_defs etc.. which are defined for
* windows.
*/
-#include "crystalhd_misc.h"
-#include "crystalhd_hw.h"
+
+#include "crystalhd.h"
enum crystalhd_state {
BC_LINK_INVALID = 0x00,