diff options
| author | dzobel1 <dzobel1@motorola.com> | 2014-03-14 11:42:47 -0500 |
|---|---|---|
| committer | dzobel1 <dzobel1@motorola.com> | 2014-03-14 13:00:39 -0500 |
| commit | 9327aa1d864afd11644d76a7b4eecdff80731fb9 (patch) | |
| tree | ed9a838ee7b418c642d4fb194b5251af5a3c6dad /arch/arm/mach-omap2/board-minnow.h | |
| parent | 1fdb7ce0dda50054d4845451ef21a77204edf602 (diff) | |
| download | olio-linux-3.10-9327aa1d864afd11644d76a7b4eecdff80731fb9.tar.xz olio-linux-3.10-9327aa1d864afd11644d76a7b4eecdff80731fb9.zip | |
IKXCLOCK-436 minnow: remove support for CPCAP PMIC
Disable CPCAP drivers. The old hardware with CPCAP PMIC has been deprecated.
Change-Id: I729b23fc9858ced14a2b43f63b61ab94b5f8a9ed
Diffstat (limited to 'arch/arm/mach-omap2/board-minnow.h')
| -rw-r--r-- | arch/arm/mach-omap2/board-minnow.h | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/arch/arm/mach-omap2/board-minnow.h b/arch/arm/mach-omap2/board-minnow.h deleted file mode 100644 index d34eda34fe0..00000000000 --- a/arch/arm/mach-omap2/board-minnow.h +++ /dev/null @@ -1,21 +0,0 @@ -/* - * linux/arch/arm/mach-omap2/board-minnow.h - * - * Copyright (C) 2013 Motorola Mobility, Inc. - * - * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License version 2 as - * published by the Free Software Foundation. - */ -#include <linux/i2c.h> - -extern void __init minnow_spi_init(void); -extern void __init minnow_sensors_init(void); -extern void __init minnow_touch_init(struct i2c_board_info *i2c_info); -extern void __init minnow_cpcap_client_init(void); - -#if defined(CONFIG_MFD_M4SENSORHUB) || defined(CONFIG_MFD_M4SENSORHUB_MODULE) -extern int m4sensorhub_stillmode_exit(void); -/* m4_ctrl == 0 OMAP and 1 Sensorhub */ -extern int m4sensorhub_set_display_control(int m4_ctrl, int gpio_mipi_mux); -#endif |