diff options
author | Grant Likely <grant.likely@secretlab.ca> | 2008-07-17 01:06:55 -0600 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2008-07-17 09:05:12 -0700 |
commit | 7023cc61292f9cd61d99521206480f6e387132ff (patch) | |
tree | 0adb65e272e8818e5582bf061db29a5e1a300362 /Makefile | |
parent | 33af79d12e0fa25545d49e86afc67ea8ad5f2f40 (diff) | |
download | linux-3.10-7023cc61292f9cd61d99521206480f6e387132ff.tar.gz linux-3.10-7023cc61292f9cd61d99521206480f6e387132ff.tar.bz2 linux-3.10-7023cc61292f9cd61d99521206480f6e387132ff.zip |
Fix collateral damage to top level Makefile
The patch named "powerpc/mpc5121: Add clock driver", also contained
an unrelated and bogus change to the top-level makefile. This patch
backs out the bad bit.
SHA1 of offending patch: 137e95906e294913fab02162e8a1948ade49acb5)
Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
Acked-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
Repented-by: John Rigby <jrigby@freescale.com>
[ Heh. Normally I pick these out from the diffstats, but I guess
I've grown to trust the ppc tree too much ;) - Linus ]
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -1,4 +1,3 @@ -FRED=42 VERSION = 2 PATCHLEVEL = 6 SUBLEVEL = 26 |