PERFORCE change 110601 for review

Warner Losh imp at FreeBSD.org
Mon Nov 27 21:23:03 PST 2006


http://perforce.freebsd.org/chv.cgi?CH=110601

Change 110601 by imp at imp_lighthouse on 2006/11/27 23:53:51

	Cleanup unused junk

Affected files ...

.. //depot/projects/arm/src/sys/dev/iicbus/iiconf.h#4 edit

Differences ...

==== //depot/projects/arm/src/sys/dev/iicbus/iiconf.h#4 (text+ko) ====

@@ -94,11 +94,6 @@
 #define IIC_ENOTSUPP	0x8	/* request not supported */
 #define IIC_ENOADDR	0x9	/* no address assigned to the interface */
 
-/*
- * ivars codes
- */
-#define IICBUS_IVAR_ADDR	0x1	/* I2C address of the device */
-
 extern int iicbus_request_bus(device_t, device_t, int);
 extern int iicbus_release_bus(device_t, device_t);
 extern device_t iicbus_alloc_bus(device_t);
@@ -127,8 +122,6 @@
 extern int iicbus_block_write(device_t, u_char, char *, int, int *);
 extern int iicbus_block_read(device_t, u_char, char *, int, int *);
 
-extern u_char iicbus_get_addr(device_t);
-
 /* vectors of iic operations to pass to bridge */
 int iicbus_transfer(device_t bus, struct iic_msg *msgs, uint32_t nmsgs);
 int iicbus_transfer_gen(device_t bus, struct iic_msg *msgs, uint32_t nmsgs);


More information about the p4-projects mailing list