summaryrefslogtreecommitdiff
path: root/drivers/staging/crystalhd/crystalhd_misc.h
diff options
context:
space:
mode:
authorJorgyano Vieira <jorgyano@gmail.com>2012-02-25 23:58:21 (GMT)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2012-02-29 23:54:39 (GMT)
commit01c3207091a67b898ce52b74afbee23a0b2b2ea6 (patch)
tree1b86796bd13aad9bb791e3262cc523248be5db23 /drivers/staging/crystalhd/crystalhd_misc.h
parent4768f3f09a69d3a7a8ac27e9daafddc1ac920ab4 (diff)
downloadlinux-fsl-qoriq-01c3207091a67b898ce52b74afbee23a0b2b2ea6.tar.xz
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.h')
-rw-r--r--drivers/staging/crystalhd/crystalhd_misc.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/staging/crystalhd/crystalhd_misc.h b/drivers/staging/crystalhd/crystalhd_misc.h
index d2f7256..84c8793 100644
--- a/drivers/staging/crystalhd/crystalhd_misc.h
+++ b/drivers/staging/crystalhd/crystalhd_misc.h
@@ -28,6 +28,8 @@
#ifndef _CRYSTALHD_MISC_H_
#define _CRYSTALHD_MISC_H_
+#include "crystalhd.h"
+
#include <linux/module.h>
#include <linux/kernel.h>
#include <linux/errno.h>
@@ -35,8 +37,6 @@
#include <linux/ioctl.h>
#include <linux/dma-mapping.h>
#include <linux/sched.h>
-#include <asm/system.h>
-#include "bc_dts_glob_lnx.h"
/* Global log level variable defined in crystal_misc.c file */
extern uint32_t g_linklog_level;