]> Git Repo - J-linux.git/commitdiff
quota: remove obsolete comments in fs/quota/Makefile
authorChristoph Hellwig <[email protected]>
Tue, 7 Apr 2009 16:10:06 +0000 (18:10 +0200)
committerJan Kara <[email protected]>
Mon, 27 Apr 2009 14:49:52 +0000 (16:49 +0200)
Get rid of useless comments and the equally useless obj-y
initialization.

Signed-off-by: Christoph Hellwig <[email protected]>
Signed-off-by: Jan Kara <[email protected]>
fs/quota/Makefile

index 385a0831cc993a1c0a0067fb8ca5aa086baf1955..68d4f6dc057833ee08c2b404594e60cfc514d888 100644 (file)
@@ -1,12 +1,3 @@
-#
-# Makefile for the Linux filesystems.
-#
-# 14 Sep 2000, Christoph Hellwig <[email protected]>
-# Rewritten to use lists instead of if-statements.
-#
-
-obj-y :=
-
 obj-$(CONFIG_QUOTA)            += dquot.o
 obj-$(CONFIG_QFMT_V1)          += quota_v1.o
 obj-$(CONFIG_QFMT_V2)          += quota_v2.o
This page took 0.049039 seconds and 4 git commands to generate.