From 082bd7df7a4336d9a5f4f4db9d943aeee3a53226 Mon Sep 17 00:00:00 2001 From: Patrick Mochel Date: Sun, 15 Jun 2003 20:07:05 -0700 Subject: [driver model] Remove struct sys_device::entry It was added by accident from another patch and is redundant with struct sys_device::kobj.entry. --- include/linux/sysdev.h | 1 - 1 file changed, 1 deletion(-) (limited to 'include/linux/sysdev.h') diff --git a/include/linux/sysdev.h b/include/linux/sysdev.h index 614200d60389..4bc3e22b5104 100644 --- a/include/linux/sysdev.h +++ b/include/linux/sysdev.h @@ -72,7 +72,6 @@ struct sys_device { u32 id; struct sysdev_class * cls; struct kobject kobj; - struct list_head entry; }; extern int sys_device_register(struct sys_device *); -- cgit v1.2.3