]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - drivers/mfd/ucb1x00.h
driver core: Allow device_move(dev, NULL).
[linux-2.6-omap-h63xx.git] / drivers / mfd / ucb1x00.h
index 6b632644f59a1b1a7c6eb297f24e90389c3567a9..ca8df8072d433ff77b04218dbb81c00f1e0e029d 100644 (file)
@@ -94,6 +94,7 @@
 #define UCB_ID         0x0c
 #define UCB_ID_1200            0x1004
 #define UCB_ID_1300            0x1005
+#define UCB_ID_TC35143          0x9712
 
 #define UCB_MODE       0x0d
 #define UCB_MODE_DYN_VFLAG_ENA (1 << 12)
@@ -106,8 +107,6 @@ struct ucb1x00_irq {
        void (*fn)(int, void *);
 };
 
-extern struct class ucb1x00_class;
-
 struct ucb1x00 {
        spinlock_t              lock;
        struct mcp              *mcp;