From 41b7d7f241221ab9f0888f47f31226cfa74a971a Mon Sep 17 00:00:00 2001 From: Ezequiel Garcia Date: Sat, 13 Jan 2018 14:56:17 -0300 Subject: nand: zynq: Cleanup initialization CONFIG_NAND_ZYNQ selects CONFIG_SYS_NAND_SELF_INIT, so the driver doesn't have to play any ifdef game. Also, we can mark zynq_nand_init() as static and get rid of the mach-specific nand.h header. This is really a revert of: "mtd: zynq: nand: Move board_nand_init() function to board.c" (sha1: 310995d9f91ae56082b49be06fe8c3d01424f8f6) Signed-off-by: Ezequiel Garcia Reviewed-by: Michal Simek Signed-off-by: Michal Simek --- arch/arm/mach-zynq/include/mach/nand.h | 9 --------- 1 file changed, 9 deletions(-) delete mode 100644 arch/arm/mach-zynq/include/mach/nand.h (limited to 'arch/arm/mach-zynq') diff --git a/arch/arm/mach-zynq/include/mach/nand.h b/arch/arm/mach-zynq/include/mach/nand.h deleted file mode 100644 index 61ef45f..0000000 --- a/arch/arm/mach-zynq/include/mach/nand.h +++ /dev/null @@ -1,9 +0,0 @@ -/* - * Copyright (C) 2017 National Instruments Corp. - * - * SPDX-License-Identifier: GPL-2.0+ - */ - -#include - -void zynq_nand_init(void); -- cgit v1.1