Gitiles
Code Review
Sign In
LeafOS
/
LeafOS-Devices
/
android_kernel_samsung_gta4xl
/
23340032e64d70ce76817a88e8193c8040b095cf
/
.
/
arch
/
sh
/
kernel
/
cpu
/
sh4a
/
pinmux-sh7722.c
blob: d9bcc4290997dfb5cdb8eb805cc21f5c9ff13672 [
file
] [
log
] [
blame
]
#include
<linux/init.h>
#include
<linux/kernel.h>
#include
<cpu/pfc.h>
static
int
__init plat_pinmux_setup
(
void
)
{
return
sh_pfc_register
(
"pfc-sh7722"
,
NULL
,
0
);
}
arch_initcall
(
plat_pinmux_setup
);