diff options
Diffstat (limited to 'ANDROID_3.4.5/include/asm-generic/device.h')
-rw-r--r-- | ANDROID_3.4.5/include/asm-generic/device.h | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/ANDROID_3.4.5/include/asm-generic/device.h b/ANDROID_3.4.5/include/asm-generic/device.h deleted file mode 100644 index d7c76bba..00000000 --- a/ANDROID_3.4.5/include/asm-generic/device.h +++ /dev/null @@ -1,15 +0,0 @@ -/* - * Arch specific extensions to struct device - * - * This file is released under the GPLv2 - */ -#ifndef _ASM_GENERIC_DEVICE_H -#define _ASM_GENERIC_DEVICE_H - -struct dev_archdata { -}; - -struct pdev_archdata { -}; - -#endif /* _ASM_GENERIC_DEVICE_H */ |