|
@@ -19,10 +19,11 @@
|
|
|
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
|
|
|
*/
|
|
|
#include <linux/kernel.h>
|
|
|
-#include <linux/sh_pfc.h>
|
|
|
#include <mach/r8a7740.h>
|
|
|
#include <mach/irqs.h>
|
|
|
|
|
|
+#include "sh_pfc.h"
|
|
|
+
|
|
|
#define CPU_ALL_PORT(fn, pfx, sfx) \
|
|
|
PORT_10(fn, pfx, sfx), PORT_90(fn, pfx, sfx), \
|
|
|
PORT_10(fn, pfx##10, sfx), PORT_90(fn, pfx##1, sfx), \
|