Replace <asm/system.h> with <asm/barrier.h>
authorIan Abbott <abbotti@mev.co.uk>
Mon, 2 Apr 2012 16:13:35 +0000 (17:13 +0100)
committerIan Abbott <abbotti@mev.co.uk>
Mon, 2 Apr 2012 16:13:35 +0000 (17:13 +0100)
commitaaed3ca66f31e9c0f6b12ba9c2666dc2eeb62c04
treec653dbf71d8d912490d0c9fe3d192b3c7e6b6700
parente0da48cb4559df480136b671a6e84ac36ca6a8ad
Replace <asm/system.h> with <asm/barrier.h>

Added a compatibility header for <asm/barrier.h> which is being added in
kernel version 3.4, along with the removal of <asm/system.h>.

Changed C files that previously included <asm/system.h> to include
<asm/barrier.h> instead.

Signed-off-by: Ian Abbott <abbotti@mev.co.uk>
comedi/drivers.c
comedi/drivers/cb_pcidas64.c
comedi/drivers/mite.c
include/asm/barrier.h [new file with mode: 0644]