diff options
Diffstat (limited to 'ANDROID_3.4.5/include/linux/platform_data/ds2482.h')
-rw-r--r-- | ANDROID_3.4.5/include/linux/platform_data/ds2482.h | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/ANDROID_3.4.5/include/linux/platform_data/ds2482.h b/ANDROID_3.4.5/include/linux/platform_data/ds2482.h deleted file mode 100644 index 5a6879e2..00000000 --- a/ANDROID_3.4.5/include/linux/platform_data/ds2482.h +++ /dev/null @@ -1,21 +0,0 @@ -/* - * Copyright (C) 2012 Google, Inc. - * - * This software is licensed under the terms of the GNU General Public - * License version 2, as published by the Free Software Foundation, and - * may be copied, distributed, and modified under those terms. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - */ - -#ifndef __PLATFORM_DATA_DS2482__ -#define __PLATFORM_DATA_DS2482__ - -struct ds2482_platform_data { - int slpz_gpio; -}; - -#endif /* __PLATFORM_DATA_DS2482__ */ |