Commit f618094e authored by David S. Miller's avatar David S. Miller

drivers/ieee1394/dv1394.c: Fix typo in previous change.

parent 741ee7d1
...@@ -2681,7 +2681,6 @@ dv1394_devfs_add_dir( char *name, ...@@ -2681,7 +2681,6 @@ dv1394_devfs_add_dir( char *name,
err: err:
return -ENOMEM; return -ENOMEM;
} }
#endif /* CONFIG_DEVFS */
void dv1394_devfs_del( char *name) void dv1394_devfs_del( char *name)
{ {
...@@ -2695,6 +2694,7 @@ void dv1394_devfs_del( char *name) ...@@ -2695,6 +2694,7 @@ void dv1394_devfs_del( char *name)
kfree(p); kfree(p);
} }
} }
#endif /* CONFIG_DEVFS */
/*** IEEE1394 HPSB CALLBACKS ***********************************************/ /*** IEEE1394 HPSB CALLBACKS ***********************************************/
......
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