diff options
| author | Patrick Mochel <mochel@osdl.org> | 2002-10-17 01:45:07 -0700 |
|---|---|---|
| committer | Patrick Mochel <mochel@osdl.org> | 2002-10-17 01:45:07 -0700 |
| commit | 35ceaeec1e2ab5d563fa780475bad6b3a7b81b05 (patch) | |
| tree | 1558c752935866fc4e12bf08c3dc3f296dedafe4 /include/linux/sysfs.h | |
| parent | 4c4897e21982b3283124bf026b4fa6146b6caef6 (diff) | |
sysfs: clean up a couple of remaining driverfs references in sysfs.h.
Diffstat (limited to 'include/linux/sysfs.h')
| -rw-r--r-- | include/linux/sysfs.h | 29 |
1 files changed, 6 insertions, 23 deletions
diff --git a/include/linux/sysfs.h b/include/linux/sysfs.h index f191366880a3..6479902e1d20 100644 --- a/include/linux/sysfs.h +++ b/include/linux/sysfs.h @@ -1,30 +1,13 @@ /* - * driverfs_fs.h - definitions for the device driver filesystem + * sysfs.h - definitions for the device driver filesystem * - * Copyright (c) 2001 Patrick Mochel <mochel@osdl.org> + * Copyright (c) 2001,2002 Patrick Mochel * - * 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 Free Software Foundation; either version 2 of the License, or - * (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA - * - * This is a simple, ram-based filesystem, which allows kernel - * callbacks for read/write of files. - * - * Please see Documentation/filesystems/driverfs.txt for more information. + * Please see Documentation/filesystems/sysfs.txt for more information. */ -#ifndef _DRIVER_FS_H_ -#define _DRIVER_FS_H_ +#ifndef _SYSFS_H_ +#define _SYSFS_H_ struct driver_dir_entry; struct attribute; @@ -65,4 +48,4 @@ sysfs_create_symlink(struct driver_dir_entry * parent, extern void sysfs_remove_file(struct driver_dir_entry *, const char * name); -#endif /* _DDFS_H_ */ +#endif /* _SYSFS_H_ */ |
