[PATCH] meye: use dma-mapping constants
[powerpc.git] / drivers / media / video / ir-kbd-i2c.c
index feccf08..1e273ff 100644 (file)
@@ -308,7 +308,7 @@ static struct i2c_driver driver = {
 
 static struct i2c_client client_template =
 {
-        I2C_DEVNAME("unset"),
+        .name = "unset",
         .driver = &driver
 };