Emil Medve writes:
> The fix tries to use the smallest scope CONFIG_* symbols that will fix the
> build
> problem. In this case needs to be included only if IDE=y or
> IDE=m were selected. Also, ppc_ide_md is needed only if BLK_DEV_IDE=y or
> BLK_DEV_IDE=m
It would be nicer to remove the ppc_id
EMAIL PROTECTED]
> Subject: Re: [PATCH] [POWERPC] Fix build errors when BLOCK=n
>
>
> Try the attached.
>
> David
> ---
> [PATCH] VFS: Make BSG declarations dependent on CONFIG_BLOCK
>
> From: David Howells <[EMAIL PROTECTED]>
>
> Make BSG function dec
Try the attached.
David
---
[PATCH] VFS: Make BSG declarations dependent on CONFIG_BLOCK
From: David Howells <[EMAIL PROTECTED]>
Make BSG function declarations dependent on CONFIG_BLOCK as they are not
compilable if the block layer is compiled out.
Signed-off-by: David Howells <[EMAIL PROTECTE