diff options
author | Karol Swietlicki | 2008-02-04 22:31:03 -0800 |
---|---|---|
committer | Linus Torvalds | 2008-02-05 09:44:29 -0800 |
commit | 2dc5802a22d68d83ef4c3d616912949a6527bb65 (patch) | |
tree | 5313ac550d2c7c81a0d22adaf14a0b9d31a0f57f /arch/um/Makefile-tt | |
parent | fee64d3c153f1d5c28f91214b4d0db54d3f1fe0a (diff) |
uml: remove duplicate config symbol and unused file and variables
Fix the repetition of the NET symbol. It was once in UML specific options and
once in networking. I removed the first occurrence, as it makes more sense to
me to keep it only in networking.
It also removes a mostly empty file which is not used anymore and some
unused variables.
Signed-off-by: Karol Swietlicki <magotari@gmail.com>
Signed-off-by: Jeff Dike <jdike@linux.intel.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'arch/um/Makefile-tt')
-rw-r--r-- | arch/um/Makefile-tt | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/arch/um/Makefile-tt b/arch/um/Makefile-tt deleted file mode 100644 index 03f7b10cfd0b..000000000000 --- a/arch/um/Makefile-tt +++ /dev/null @@ -1,5 +0,0 @@ -# -# Copyright (C) 2002 Jeff Dike (jdike@karaya.com) -# Licensed under the GPL -# - |