summaryrefslogtreecommitdiffstats
path: root/drivers/staging/crystalhd/crystalhd_misc.c
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_misc.c
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_misc.c')
-rw-r--r--drivers/staging/crystalhd/crystalhd_misc.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/drivers/staging/crystalhd/crystalhd_misc.c b/drivers/staging/crystalhd/crystalhd_misc.c
index 5fa0c6e10ce2..b3a637814a16 100644
--- a/drivers/staging/crystalhd/crystalhd_misc.c
+++ b/drivers/staging/crystalhd/crystalhd_misc.c
@@ -24,10 +24,9 @@
* along with this driver. If not, see <http://www.gnu.org/licenses/>.
**********************************************************************/
-#include <linux/slab.h>
+#include "crystalhd.h"
-#include "crystalhd_misc.h"
-#include "crystalhd_lnx.h"
+#include <linux/slab.h>
uint32_t g_linklog_level;