modpost: move struct namespace_list to modpost.c
[linux-2.6-microblaze.git] / scripts / mod / modpost.h
index 0a940fd..7aed57f 100644 (file)
@@ -109,11 +109,6 @@ buf_printf(struct buffer *buf, const char *fmt, ...);
 void
 buf_write(struct buffer *buf, const char *s, int len);
 
-struct namespace_list {
-       struct namespace_list *next;
-       char namespace[];
-};
-
 struct module {
        struct module *next;
        int gpl_compatible;