ARM: SAMSUNG: Remove empty gpio-core.h and use central plat/gpio-core.h

Rename mach-s3c2410/include/mach/gpio-core.h to mach/gpio-track.h so that
it can be included by <plat/gpio-core.h> when needed.

Eliminate all other empty gpio-core.h files and just include the
<plat/gpio-core.h> as necessary.

Signed-off-by: Ben Dooks <ben-linux@fluff.org>
This commit is contained in:
Ben Dooks
2010-01-19 17:14:46 +09:00
parent 16e2c7c59f
commit e856bb1f8d
12 changed files with 9 additions and 69 deletions

View File

@@ -19,7 +19,7 @@
#include <linux/io.h>
#include <linux/gpio.h>
#include <mach/gpio-core.h>
#include <plat/gpio-core.h>
#include <plat/pm.h>
/* PM GPIO helpers */