[PATCH] let the the lockdep options depend on DEBUG_KERNEL
[powerpc.git] / lib / kobject_uevent.c
index 7f20e7b..2b1530f 100644 (file)
@@ -50,6 +50,10 @@ 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;
        }