From: Garrit Franke Date: Thu, 16 Jul 2020 20:31:01 +0000 (+0200) Subject: kobject: remove unused KOBJ_MAX action X-Git-Tag: xarray-5.9~301^2~14 X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=bf9b82b7fe4d3c7d4d432ef80b4299c9b6b4a1f8;p=users%2Fwilly%2Fxarray.git kobject: remove unused KOBJ_MAX action The loop in libb/kobj_uevent.c that checked for KOBBJ_MAX is no longer present, we do a much more sane ARRAY_SIZE() check instead. See 5c5daf657cb5 ("Driver core: exclude kobject_uevent.c for !CONFIG_HOTPLUG"). Signed-off-by: Garrit Franke Link: https://lore.kernel.org/r/20200716203100.7959-1-garritfranke@gmail.com Signed-off-by: Greg Kroah-Hartman --- diff --git a/include/linux/kobject.h b/include/linux/kobject.h index 6cba088bee24..ea30529fba08 100644 --- a/include/linux/kobject.h +++ b/include/linux/kobject.h @@ -59,7 +59,6 @@ enum kobject_action { KOBJ_OFFLINE, KOBJ_BIND, KOBJ_UNBIND, - KOBJ_MAX }; struct kobject {