Remove trailing ';' - use the one supplied by the caller: "VFS_SET(foo);"

This commit is contained in:
Peter Wemm 1998-11-06 16:36:31 +00:00
parent 9fe66b94a2
commit a429d69f4a
1 changed files with 2 additions and 2 deletions

View File

@ -31,7 +31,7 @@
* SUCH DAMAGE.
*
* @(#)mount.h 8.21 (Berkeley) 5/20/95
* $Id: mount.h,v 1.68 1998/09/15 11:44:44 phk Exp $
* $Id: mount.h,v 1.69 1998/10/16 03:55:01 peter Exp $
*/
#ifndef _SYS_MOUNT_H_
@ -385,7 +385,7 @@ struct vfsops {
fsname ## _modevent, \
& fsname ## _vfsconf \
}; \
DECLARE_MODULE(fsname, fsname ## _mod, SI_SUB_VFS, SI_ORDER_MIDDLE);
DECLARE_MODULE(fsname, fsname ## _mod, SI_SUB_VFS, SI_ORDER_MIDDLE)
#endif /* VFS_LKM */