4 * Copyright (C) 2008 Magnus Damm
6 * This file is subject to the terms and conditions of the GNU General Public
7 * License. See the file "COPYING" in the main directory of this archive
11 #include <linux/bug.h>
12 #include <linux/init.h>
13 #include <linux/kernel.h>
14 #include <linux/ioport.h>
17 static struct resource sh7720_pfc_resources
[] = {
21 .flags
= IORESOURCE_MEM
,
25 static int __init
plat_pinmux_setup(void)
27 return sh_pfc_register("pfc-sh7720", sh7720_pfc_resources
,
28 ARRAY_SIZE(sh7720_pfc_resources
));
30 arch_initcall(plat_pinmux_setup
);