diff options
author | Huang Shijie <shijie8@gmail.com> | 2012-10-13 19:03:29 +0200 |
---|---|---|
committer | Artem Bityutskiy <artem.bityutskiy@linux.intel.com> | 2012-11-15 14:37:50 +0100 |
commit | 5de0b52ea8f8f5149502867acff2efb5efaf1fc2 (patch) | |
tree | 04dd599c84b1b4619597b1a2b8d5a3e70fff9b4f /drivers/mtd/nand/gpmi-nand/gpmi-lib.c | |
parent | mtd: gpio-nand: Ability to use driver for configurations without RDY-pin (diff) | |
download | linux-5de0b52ea8f8f5149502867acff2efb5efaf1fc2.tar.xz linux-5de0b52ea8f8f5149502867acff2efb5efaf1fc2.zip |
mtd: gpmi: remove unneccessary header
The whole gpmi-nand driver has turned to pure devicetree supported.
So the linux/mtd/gpmi-nand.h is not neccessary now. Just remove it,
and move some macros to the gpmi-nand driver itself.
Signed-off-by: Huang Shijie <shijie8@gmail.com>
Signed-off-by: Artem Bityutskiy <artem.bityutskiy@linux.intel.com>
Diffstat (limited to 'drivers/mtd/nand/gpmi-nand/gpmi-lib.c')
-rw-r--r-- | drivers/mtd/nand/gpmi-nand/gpmi-lib.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/mtd/nand/gpmi-nand/gpmi-lib.c b/drivers/mtd/nand/gpmi-nand/gpmi-lib.c index 3502accd4bc3..1585c5b1c8bf 100644 --- a/drivers/mtd/nand/gpmi-nand/gpmi-lib.c +++ b/drivers/mtd/nand/gpmi-nand/gpmi-lib.c @@ -18,7 +18,6 @@ * with this program; if not, write to the Free Software Foundation, Inc., * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. */ -#include <linux/mtd/gpmi-nand.h> #include <linux/delay.h> #include <linux/clk.h> |