diff options
author | greg@kroah.com <greg@kroah.com> | 2004-01-26 19:21:58 -0800 |
---|---|---|
committer | Greg KH <gregkh@suse.de> | 2005-04-26 21:13:19 -0700 |
commit | 274812b502089c55acb1bc7bfe99bebf9ce669b2 (patch) | |
tree | acf556c4be8e615c4e660664900f799fdf3a8cc3 /namedev.h | |
parent | 1f6d07b9a5d97183a20f3d07619e2f9aa31510f0 (diff) |
[PATCH] move get_pair to udev_config.c because udevinfo doesn't need all of namedev.o
Diffstat (limited to 'namedev.h')
-rw-r--r-- | namedev.h | 4 |
1 files changed, 1 insertions, 3 deletions
@@ -3,7 +3,7 @@ * * Userspace devfs * - * Copyright (C) 2003 Greg Kroah-Hartman <greg@kroah.com> + * Copyright (C) 2003,2004 Greg Kroah-Hartman <greg@kroah.com> * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License as published by the @@ -91,6 +91,4 @@ extern void dump_config_dev_list(void); extern void dump_perm_dev(struct perm_device *dev); extern void dump_perm_dev_list(void); -extern int get_pair(char **orig_string, char **left, char **right); - #endif |