Commit c5427c68 authored by Andrew Morton's avatar Andrew Morton Committed by Linus Torvalds

[PATCH] make name_to_dev_t __init

It calls __init functions anyway.
parent 40ea9a64
...@@ -134,7 +134,7 @@ static dev_t __init try_name(char *name, int part) ...@@ -134,7 +134,7 @@ static dev_t __init try_name(char *name, int part)
* is mounted on rootfs /sys. * is mounted on rootfs /sys.
*/ */
dev_t name_to_dev_t(char *name) dev_t __init name_to_dev_t(char *name)
{ {
char s[32]; char s[32];
char *p; char *p;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment