common.c (cf9ce948f47640797bd19980e1d99c6d17d0bdc3) | common.c (26a2056eb21fff26caf99d19ad5448e9403db55d) |
---|---|
1/* 2 * Routines common to most mpc85xx-based boards. 3 * 4 * This is free software; you can redistribute it and/or modify 5 * it under the terms of the GNU General Public License version 2 as 6 * published by the Free Software Foundation. 7 */ | 1/* 2 * Routines common to most mpc85xx-based boards. 3 * 4 * This is free software; you can redistribute it and/or modify 5 * it under the terms of the GNU General Public License version 2 as 6 * published by the Free Software Foundation. 7 */ |
8 9#include <linux/of_irq.h> |
|
8#include <linux/of_platform.h> 9 10#include <sysdev/cpm2_pic.h> 11 12#include "mpc85xx.h" 13 14static struct of_device_id __initdata mpc85xx_common_ids[] = { 15 { .type = "soc", }, --- 67 unchanged lines hidden --- | 10#include <linux/of_platform.h> 11 12#include <sysdev/cpm2_pic.h> 13 14#include "mpc85xx.h" 15 16static struct of_device_id __initdata mpc85xx_common_ids[] = { 17 { .type = "soc", }, --- 67 unchanged lines hidden --- |