X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=include%2Fasm-arm%2Fdevice.h;h=c61642b406033659db06494a75fcb4c8d8914477;hb=886c35fbcf6fb2eee15687efc2d64d99b6ad9a4a;hp=d8f9872b0e2dc3587a9e658adc957f093b7906fb;hpb=f0eef25339f92f7cd4aeea23d9ae97987a5a1e82;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