Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 94117cb8 authored by Linus Walleij's avatar Linus Walleij Committed by Russell King
Browse files

ARM: 7056/1: plat-nomadik: kill off <plat/gpio.h>



After recent consolidations the Nomadik <plat/gpio.h> is entirely
superfluous, so get rid of it.

Reported-by: default avatarRussell King <linux@arm.linux.org.uk>
Signed-off-by: default avatarLinus Walleij <linus.walleij@linaro.org>
Signed-off-by: default avatarRussell King <rmk+kernel@arm.linux.org.uk>
parent 9d08d5d7
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
#ifndef __ASM_ARCH_GPIO_H
#define __ASM_ARCH_GPIO_H

#include <plat/gpio.h>

#endif /* __ASM_ARCH_GPIO_H */
+0 −2
Original line number Diff line number Diff line
@@ -7,6 +7,4 @@
 */
#define ARCH_NR_GPIOS	350

#include <plat/gpio.h>

#endif /* __ASM_ARCH_GPIO_H */
+0 −17
Original line number Diff line number Diff line
/*
 * Structures and registers for GPIO access in the Nomadik SoC
 *
 * Copyright (C) 2008 STMicroelectronics
 *     Author: Prafulla WADASKAR <prafulla.wadaskar@st.com>
 * Copyright (C) 2009 Alessandro Rubini <rubini@unipv.it>
 *
 * 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.
 */
#ifndef __ASM_PLAT_GPIO_H
#define __ASM_PLAT_GPIO_H

#include <linux/kernel.h>

#endif /* __ASM_PLAT_GPIO_H */