linux/drivers/staging/crystalhd
Jorgyano Vieira 4768f3f09a Staging: crystalhd: Add global header
In the crystalhd_cmds.h there was a struct dependence bug:
the struct crystalhd_adp (which  is declared on crystalhd_lnx.h)
is used on  the crystalhd_cmd struct, however the crystalhd_lnx.h is
never included on crystalhd_cmds.h at all. Including the
crystalhd_lnx.h on crystalhd_cmds.h breaks the build,
many dependencies error occurrs, most of the type
"error: 'struct bar' has no member named 'foo'",
so I decided to reorganize the headers by adding a global header.

The gobal header crystalhd.h includes all the local headers.
The idea is that the crystalhd header will be the only included
by the others files, this will avoid the mess of many #include levels.

The order of the headers included by crystalhd.h considers the
dependencies among the headers.

Signed-off-by: Jorgyano Vieira <jorgyano@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2012-02-29 15:54:39 -08:00
..
bc_dts_defs.h staging: crystalhd: bc_dts_defs.h: Fix up coding style 2011-12-16 10:54:15 -08:00
bc_dts_glob_lnx.h drivers/staging/crystalhd/: Fix a coding style issues 2011-09-12 16:51:25 +02:00
bc_dts_types.h staging: crystalhd/bc_dts_types.h: typedef cleanup 2011-09-16 20:12:56 +02:00
bcm_70012_regs.h Staging: crystalhd: Whitespace fixes, indentation fixes and 3 changed #includes 2010-05-11 11:35:36 -07:00
crystalhd_cmds.c Fix common misspellings 2011-03-31 11:26:23 -03:00
crystalhd_cmds.h drivers/staging/crystalhd/: Fix a coding style issues 2011-09-12 16:51:25 +02:00
crystalhd_fw_if.h drivers/staging/crystalhd/: Fix a coding style issues 2011-09-12 16:51:25 +02:00
crystalhd_hw.c Staging: crystalhd: Get rid of unecessary BCMLOG_ENTER macro 2012-02-24 11:53:10 -08:00
crystalhd_hw.h Staging: crystalhd: Remove typedefs from driver 2010-05-18 14:53:17 -07:00
crystalhd_lnx.c Staging: crystalhd: Get rid of unecessary BCMLOG_ENTER macro 2012-02-24 11:53:10 -08:00
crystalhd_lnx.h staging: crystalhd: fix signed bug 2010-09-16 12:37:34 -07:00
crystalhd_misc.c staging: Remove unnecessary semicolons when switch (foo) {...}; 2011-04-25 16:58:35 -07:00
crystalhd_misc.h Staging: crystalhd: Get rid of unecessary BCMLOG_ENTER macro 2012-02-24 11:53:10 -08:00
crystalhd.h Staging: crystalhd: Add global header 2012-02-29 15:54:39 -08:00
Kconfig
Makefile Staging: crystalhd: Makefile: replace the use of <module>-objs with <module>-y 2010-10-08 07:23:52 -07:00
TODO Staging: crystalhd: Cleanup all WIN* references 2010-05-11 11:36:01 -07:00