X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=drivers%2Fmacintosh%2Fadb.c;h=360f93f6fcdb55de9941c14e38349c82a59f516b;hb=c9802cd9574a80444e689c7525627b40d7dc3a06;hp=259fd8973ce94c076064a2323a38b467d325d9c4;hpb=f1f76afd71e0f17af9a35fcb649f4bab53304a4d;p=pandora-kernel.git diff --git a/drivers/macintosh/adb.c b/drivers/macintosh/adb.c index 259fd8973ce9..360f93f6fcdb 100644 --- a/drivers/macintosh/adb.c +++ b/drivers/macintosh/adb.c @@ -16,7 +16,6 @@ * - move bus probe to a kernel thread */ -#include #include #include #include @@ -36,7 +35,6 @@ #include #include #include -#include #include #include @@ -904,8 +902,6 @@ adbdev_init(void) return; } - devfs_mk_cdev(MKDEV(ADB_MAJOR, 0), S_IFCHR | S_IRUSR | S_IWUSR, "adb"); - adb_dev_class = class_create(THIS_MODULE, "adb"); if (IS_ERR(adb_dev_class)) return;