Remove struct linker_set (Unused).

This commit is contained in:
Ralf Corsepius
2009-02-11 03:37:21 +00:00
parent aa71c073a7
commit 781c7d9c49

View File

@@ -214,10 +214,4 @@ void kproc_start(void *udata);
#endif /* PSEUDO_LKM */ #endif /* PSEUDO_LKM */
struct linker_set {
int ls_length;
const void *ls_items[1]; /* really ls_length of them,
* trailing NULL */
};
#endif /* !_SYS_KERNEL_H_*/ #endif /* !_SYS_KERNEL_H_*/