X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=include%2Fasm-arm%2Fdevice.h;h=c61642b406033659db06494a75fcb4c8d8914477;hb=7616ee95f27a04fd5a6434e9ef4a82cec4b2807c;hp=d8f9872b0e2dc3587a9e658adc957f093b7906fb;hpb=72a73a69f6a79266b8b4b18f796907b73a5c01e3;p=linux-2.6 diff --git a/include/asm-arm/device.h b/include/asm-arm/device.h index d8f9872b0e..c61642b406 100644 --- a/include/asm-arm/device.h +++ b/include/asm-arm/device.h @@ -3,5 +3,13 @@ * * This file is released under the GPLv2 */ -#include +#ifndef ASMARM_DEVICE_H +#define ASMARM_DEVICE_H +struct dev_archdata { +#ifdef CONFIG_DMABOUNCE + struct dmabounce_device_info *dmabounce; +#endif +}; + +#endif