diff options
author | Jeff Dike <[email protected]> | 2008-05-12 14:01:50 -0700 |
---|---|---|
committer | Linus Torvalds <[email protected]> | 2008-05-13 08:02:21 -0700 |
commit | 46d7b522ebf486edbd096965d534cc6465e9e309 (patch) | |
tree | 7c48c54b4d21de01ee383e07d2b2652af7174c49 | |
parent | a0612b1f0b3d851458dafe5886e33d58c1967440 (diff) |
uml: move hppfs_kern.c to hppfs.c
There's no reason for the _kern in hppfs_kern.c, so move it to hppfs.c.
Signed-off-by: Jeff Dike <[email protected]>
Cc: WANG Cong <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
-rw-r--r-- | fs/hppfs/Makefile | 6 | ||||
-rw-r--r-- | fs/hppfs/hppfs.c (renamed from fs/hppfs/hppfs_kern.c) | 0 |
2 files changed, 3 insertions, 3 deletions
diff --git a/fs/hppfs/Makefile b/fs/hppfs/Makefile index 6890433f7595..8a1f50344368 100644 --- a/fs/hppfs/Makefile +++ b/fs/hppfs/Makefile @@ -1,9 +1,9 @@ # -# Copyright (C) 2002, 2003 Jeff Dike ([email protected]) +# Copyright (C) 2002 - 2008 Jeff Dike (jdike@{addtoit,linux.intel}.com) # Licensed under the GPL # -hppfs-objs := hppfs_kern.o +hppfs-objs := hppfs.o obj-y = -obj-$(CONFIG_HPPFS) += hppfs.o +obj-$(CONFIG_HPPFS) += $(hppfs-objs) diff --git a/fs/hppfs/hppfs_kern.c b/fs/hppfs/hppfs.c index 65077aa90f0a..65077aa90f0a 100644 --- a/fs/hppfs/hppfs_kern.c +++ b/fs/hppfs/hppfs.c |