diff options
Diffstat (limited to 'arm-omap-zoom2.patch')
-rw-r--r-- | arm-omap-zoom2.patch | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/arm-omap-zoom2.patch b/arm-omap-zoom2.patch new file mode 100644 index 000000000..ac6357fc8 --- /dev/null +++ b/arm-omap-zoom2.patch @@ -0,0 +1,22 @@ +diff --git a/sound/soc/omap/zoom2.c b/sound/soc/omap/zoom2.c +index 677b567..1ff6bb9 100644 +--- a/sound/soc/omap/zoom2.c ++++ b/sound/soc/omap/zoom2.c +@@ -21,15 +21,14 @@ + + #include <linux/clk.h> + #include <linux/platform_device.h> ++#include <linux/gpio.h> + #include <sound/core.h> + #include <sound/pcm.h> + #include <sound/soc.h> + + #include <asm/mach-types.h> +-#include <mach/hardware.h> +-#include <mach/gpio.h> +-#include <mach/board-zoom.h> + #include <linux/platform_data/asoc-ti-mcbsp.h> ++#include <linux/platform_data/gpio-omap.h> + + /* Register descriptions for twl4030 codec part */ + #include <linux/mfd/twl4030-audio.h> |