commit | 9a8ea36967afad617d9b0930b6fe7592b9ed9772 | [log] [tgz] |
---|---|---|
author | David Woodhouse <dwmw2@infradead.org> | Mon Jun 16 12:18:24 2008 +0100 |
committer | Linus Torvalds <torvalds@linux-foundation.org> | Mon Jun 16 10:20:58 2008 -0700 |
tree | 161d4700cfeedc5b678abd9c4f1c27dcb1d0c1fc | |
parent | a9e0f5293d4999f93b469af4e70382db800a8204 [diff] |
Remove #ifdef CONFIG_ARCH_SUPPORTS_AOUT from <linux/a.out.h> This file is only included where it makes sense now, so there's no need for the CONFIG_ARCH_SUPPORTS_AOUT conditional -- and that conditional is bad, because we want to export <linux/a.out.h> to userspace. Signed-off-by: David Woodhouse <dwmw2@infradead.org> Acked-by: Peter Korsgaard <jacmet@sunsite.dk> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>