Re: [PATCH 03/61] Only include linux/ide.h if CONFIG_BLOCK is defined.
From: Kumar Gala <hidden> Date: 2007-07-18 04:51:15
On Jul 17, 2007, at 8:32 PM, Scott Wood wrote:
The IDE header file uses type definitions that are undefined if the
CONFIG_BLOCK is deselected. This causes a compilation failure in
setup_32.c.
I'm not yet convinced the solution shouldn't be more generic than
this. I'm guessing the same issue exists on other platforms if you
don't have CONFIG_BLOCK enabled.
- k