linux/drivers/staging/crystalhd
David Howells 96f951edb1 Add #includes needed to permit the removal of asm/system.h
asm/system.h is a cause of circular dependency problems because it contains
commonly used primitive stuff like barrier definitions and uncommonly used
stuff like switch_to() that might require MMU definitions.

asm/system.h has been disintegrated by this point on all arches into the
following common segments:

 (1) asm/barrier.h

     Moved memory barrier definitions here.

 (2) asm/cmpxchg.h

     Moved xchg() and cmpxchg() here.  #included in asm/atomic.h.

 (3) asm/bug.h

     Moved die() and similar here.

 (4) asm/exec.h

     Moved arch_align_stack() here.

 (5) asm/elf.h

     Moved AT_VECTOR_SIZE_ARCH here.

 (6) asm/switch_to.h

     Moved switch_to() here.

Signed-off-by: David Howells <dhowells@redhat.com>
2012-03-28 18:30:03 +01:00
..
bc_dts_defs.h Add #includes needed to permit the removal of asm/system.h 2012-03-28 18:30:03 +01:00
bc_dts_glob_lnx.h Staging: crystalhd: Replace the local includes with global header 2012-02-29 15:54:39 -08:00
bcm_70012_regs.h
crystalhd_cmds.c Staging: crystalhd: Replace the local includes with global header 2012-02-29 15:54:39 -08:00
crystalhd_cmds.h Staging: crystalhd: Replace the local includes with global header 2012-02-29 15:54:39 -08: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: Fix typo in crystalhd_hw.c 2012-03-08 09:57:38 -08:00
crystalhd_hw.h Staging: crystalhd: Replace the local includes with global header 2012-02-29 15:54:39 -08:00
crystalhd_lnx.c Staging: crystalhd: Replace the local includes with global header 2012-02-29 15:54:39 -08:00
crystalhd_lnx.h Staging: crystalhd: Replace the local includes with global header 2012-02-29 15:54:39 -08:00
crystalhd_misc.c Staging: crystalhd: Replace the local includes with global header 2012-02-29 15:54:39 -08:00
crystalhd_misc.h Staging: crystalhd: Replace the local includes with global header 2012-02-29 15:54:39 -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