From 4638b21f2ebc3781def51e82fb4e425a468f2e49 Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Wed, 2 Jun 2010 04:17:26 -0400 Subject: Blackfin: import gpio/portmux layer from Linux The current pinmux handling has spread throughout Blackfin drivers and board code and is getting hideous to maintain. So import the gpio and portmux layer from the Blackfin Linux code. This should spur a serious of cleanups across the Blackfin tree. Signed-off-by: Mike Frysinger --- arch/blackfin/include/asm/mach-bf533/def_local.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'arch/blackfin/include/asm/mach-bf533/def_local.h') diff --git a/arch/blackfin/include/asm/mach-bf533/def_local.h b/arch/blackfin/include/asm/mach-bf533/def_local.h index 14c111f712..c545b54513 100644 --- a/arch/blackfin/include/asm/mach-bf533/def_local.h +++ b/arch/blackfin/include/asm/mach-bf533/def_local.h @@ -1 +1,5 @@ +#include "gpio.h" +#include "portmux.h" #include "ports.h" + +#define BF533_FAMILY 1 /* Linux glue */ -- cgit v1.2.1