diff options
author | H. Nikolaus Schaller <hns@goldelico.com> | 2013-11-14 13:26:13 +0100 |
---|---|---|
committer | H. Nikolaus Schaller <hns@goldelico.com> | 2013-11-14 13:26:13 +0100 |
commit | e13a9fb583ab13f18f0786538aa4bb99fed0f919 (patch) | |
tree | b96c63b10f87c8476cc5317c804531e6d11ec4b4 | |
parent | 316efe6de49c64b5abccb5a42629dbabf984c702 (diff) | |
download | kernel_goldelico_gta04-e13a9fb583ab13f18f0786538aa4bb99fed0f919.zip kernel_goldelico_gta04-e13a9fb583ab13f18f0786538aa4bb99fed0f919.tar.gz kernel_goldelico_gta04-e13a9fb583ab13f18f0786538aa4bb99fed0f919.tar.bz2 |
removed duplicate #include
Signed-off-by: H. Nikolaus Schaller <hns@goldelico.com>
-rw-r--r-- | sound/soc/omap/gta04-audio.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sound/soc/omap/gta04-audio.c b/sound/soc/omap/gta04-audio.c index f185605..bc72a30 100644 --- a/sound/soc/omap/gta04-audio.c +++ b/sound/soc/omap/gta04-audio.c @@ -4,6 +4,8 @@ * Author: Steve Sakoman <steve@sakoman.com> * Author: Nikolaus Schaller <hns@goldelico.com> * + * FIXME: harmonize with latest developments of omap-twl4030.c + * * 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. @@ -34,8 +36,6 @@ #include <linux/i2c/twl4030-madc.h> -#include <linux/i2c/twl4030-madc.h> - #include "omap-mcbsp.h" #include "../codecs/twl4030.h" |