Messages in this thread |  | | | Date | Fri, 17 Sep 2004 08:27:00 +0100 | | From | Christoph Hellwig <> | | Subject | Re: [PATCH] Suspend2 Merge: init hooks |
> -static dev_t __init try_name(char *name, int part) > +static dev_t try_name(char *name, int part)
> -dev_t __init name_to_dev_t(char *name) > +dev_t name_to_dev_t(char *name)
> } > +/* Exported for Software Suspend */ > +EXPORT_SYMBOL(name_to_dev_t);
Again, absolutely no way we're gonna exports this to modules. From what I see your code is a total mess and getting it sane for a builin case alone will take ages. We can then think about making it modular, but I still doubt it makes any sense
- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
|  |