misc.c (4b4193256c8d3bc3a5397b5cd9494c2ad386317d) | misc.c (e6f6390ab7b9d649c13de2c8a591bce61a10ec3b) |
---|---|
1// SPDX-License-Identifier: GPL-2.0-or-later 2/* 3 * Copyright (C) 2007 PA Semi, Inc 4 * 5 * Parts based on arch/powerpc/sysdev/fsl_soc.c: 6 * 7 * 2006 (c) MontaVista Software, Inc. 8 */ 9 10#include <linux/errno.h> 11#include <linux/kernel.h> 12#include <linux/pci.h> 13#include <linux/of.h> | 1// SPDX-License-Identifier: GPL-2.0-or-later 2/* 3 * Copyright (C) 2007 PA Semi, Inc 4 * 5 * Parts based on arch/powerpc/sysdev/fsl_soc.c: 6 * 7 * 2006 (c) MontaVista Software, Inc. 8 */ 9 10#include <linux/errno.h> 11#include <linux/kernel.h> 12#include <linux/pci.h> 13#include <linux/of.h> |
14#include <linux/of_irq.h> |
|
14#include <linux/i2c.h> 15 16#ifdef CONFIG_I2C_BOARDINFO 17/* The below is from fsl_soc.c. It's copied because since there are no 18 * official bus bindings at this time it doesn't make sense to share across 19 * the platforms, even though they happen to be common. 20 */ 21struct i2c_driver_device { --- 66 unchanged lines hidden --- | 15#include <linux/i2c.h> 16 17#ifdef CONFIG_I2C_BOARDINFO 18/* The below is from fsl_soc.c. It's copied because since there are no 19 * official bus bindings at this time it doesn't make sense to share across 20 * the platforms, even though they happen to be common. 21 */ 22struct i2c_driver_device { --- 66 unchanged lines hidden --- |