[patch 1/3] kdb: Build correctly out-of-tree
Jeff Mahoney <[email protected]> Tue, 15 Dec 2009 14:46:43 -0500
| Newsgroups | gmane.linux.kernel.debugging |
|---|---|
| Message-ID | <[email protected]> |
The includes as provided don't work when building out-of-tree, as we do while packaging. Signed-off-by: Jeff Mahoney <[email protected]> --- kdb/modules/kdbm_vm.c | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) --- a/kdb/modules/kdbm_vm.c +++ b/kdb/modules/kdbm_vm.c @@ -16,7 +16,9 @@ #include <linux/swap.h> #include <linux/swapops.h> -#include <scsi.h> +#include <scsi/scsi.h> +#include <scsi/scsi_cmnd.h> +#include <scsi/scsi_device.h> #include <scsi/scsi_host.h> #include <asm/pgtable.h> _______________________________________________ kdb mailing list [email protected] http://oss.sgi.com/mailman/listinfo/kdb