commit | 4e2b1c4f56227c742bbd2ea8e8f559567eb80c3f | [log] [tgz] |
---|---|---|
author | Alan Cox <alan@linux.intel.com> | Tue Dec 06 13:28:22 2011 +0000 |
committer | Ingo Molnar <mingo@elte.hu> | Tue Dec 06 14:40:50 2011 +0100 |
tree | fa997fc84e143fbf68a062e93dcc89bf44aef195 | |
parent | dd13752537d36cc6c145cb040f71ce7acda31e6e [diff] |
x86/intel_mid: Kconfig select fix If we select a symbol it should have a type declared first otherwise in some situations the config tools get upset. They are currently perhaps a bit too resilient which is why this wasn't noticed initially. Signed-off-by: Alan Cox <alan@linux.intel.com> Link: http://lkml.kernel.org/r/20111206132811.4041.32549.stgit@bob.linux.org.uk Signed-off-by: Ingo Molnar <mingo@elte.hu>