]> bbs.cooldavid.org Git - net-next-2.6.git/blobdiff - drivers/usb/host/ohci-pnx4008.c
[PATCH] slab: remove SLAB_KERNEL
[net-next-2.6.git] / drivers / usb / host / ohci-pnx4008.c
index 2dbb77414905209969e86724c5a15f80791c061c..7f26f9bdbaf1e61e70a8090e9ed3648f538f7f85 100644 (file)
@@ -134,7 +134,7 @@ static int isp1301_attach(struct i2c_adapter *adap, int addr, int kind)
 {
        struct i2c_client *c;
 
-       c = (struct i2c_client *)kzalloc(sizeof(*c), SLAB_KERNEL);
+       c = (struct i2c_client *)kzalloc(sizeof(*c), GFP_KERNEL);
 
        if (!c)
                return -ENOMEM;