From 56b1853b61c35602fa28eb2fcf14ebe0ce0e8c98 Mon Sep 17 00:00:00 2001
From: Tony Lindgren <tony@atomide.com>
Date: Tue, 5 Jun 2007 02:46:08 -0700
Subject: [PATCH] Added back temporary I2C id

Added back temporary I2C id

Signed-off-by: Tony Lindgren <tony@atomide.com>
---
 include/linux/i2c-id.h | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/include/linux/i2c-id.h b/include/linux/i2c-id.h
index aa83d416309..6269b1ae892 100644
--- a/include/linux/i2c-id.h
+++ b/include/linux/i2c-id.h
@@ -119,6 +119,8 @@
 #define I2C_DRIVERID_WM8750		90	/* Wolfson WM8750 audio codec */
 #define I2C_DRIVERID_WM8753		91	/* Wolfson WM8753 audio codec */
 
+#define I2C_DRIVERID_MISC	99	/* Whatever until sorted out    */
+
 #define I2C_DRIVERID_I2CDEV	900
 #define I2C_DRIVERID_ARP        902    /* SMBus ARP Client              */
 #define I2C_DRIVERID_ALERT      903    /* SMBus Alert Responder Client  */
-- 
2.25.4