[Bluetooth]: Don't update disconnect timer for incoming connections
[pandora-kernel.git] / lib / kobject_uevent.c
index 2b1530f..7f20e7b 100644 (file)
@@ -50,10 +50,6 @@ static char *action_to_string(enum kobject_action action)
                return "offline";
        case KOBJ_ONLINE:
                return "online";
-       case KOBJ_DOCK:
-               return "dock";
-       case KOBJ_UNDOCK:
-               return "undock";
        default:
                return NULL;
        }