Skip to content

Commit

Permalink
powerpc: Remove unused symbols from fsl_devices.h
Browse files Browse the repository at this point in the history
Remove old artifacts leftover from the platform driver gianfar and
fsl_i2c drivers.  These symbols became unused when the drivers
were migrated over to use the of_platform bus.

Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
  • Loading branch information
Grant Likely authored and Kumar Gala committed Mar 31, 2009
1 parent 9b71dbd commit 9310933
Showing 1 changed file with 0 additions and 22 deletions.
22 changes: 0 additions & 22 deletions include/linux/fsl_devices.h
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@
#define _FSL_DEVICE_H_

#include <linux/types.h>
#include <linux/phy.h>

/*
* Some conventions on how we handle peripherals on Freescale chips
Expand All @@ -44,27 +43,6 @@
*
*/

struct gianfar_platform_data {
/* device specific information */
u32 device_flags;
char bus_id[BUS_ID_SIZE];
phy_interface_t interface;
};

struct gianfar_mdio_data {
/* board specific information */
int irq[32];
};

/* Flags in gianfar_platform_data */
#define FSL_GIANFAR_BRD_HAS_PHY_INTR 0x00000001 /* set or use a timer */
#define FSL_GIANFAR_BRD_IS_REDUCED 0x00000002 /* Set if RGMII, RMII */

struct fsl_i2c_platform_data {
/* device specific information */
u32 device_flags;
};

/* Flags related to I2C device features */
#define FSL_I2C_DEV_SEPARATE_DFSRR 0x00000001
#define FSL_I2C_DEV_CLOCK_5200 0x00000002
Expand Down

0 comments on commit 9310933

Please sign in to comment.