sh-pfc: Move sh_pfc.h from include/linux/ to driver directory
[deliverable/linux.git] / drivers / pinctrl / sh-pfc / pfc-r8a7779.c
index 81471722682fe3b5d90bad9131c93ee8a07168fa..13feaa0c0eb703e49960d2f62e35264ea8e91cbd 100644 (file)
  */
 
 #include <linux/kernel.h>
-#include <linux/sh_pfc.h>
 #include <mach/r8a7779.h>
 
+#include "sh_pfc.h"
+
 #define CPU_32_PORT(fn, pfx, sfx)                              \
        PORT_10(fn, pfx, sfx), PORT_10(fn, pfx##1, sfx),        \
        PORT_10(fn, pfx##2, sfx), PORT_1(fn, pfx##30, sfx),     \
This page took 0.035787 seconds and 5 git commands to generate.