| To: | Martin Hicks <mort@xxxxxxx> |
|---|---|
| Subject: | [patch 1/3] kdb: Build correctly out-of-tree |
| From: | Jeff Mahoney <jeffm@xxxxxxxx> |
| Date: | Tue, 15 Dec 2009 14:46:43 -0500 |
| Cc: | kdb@xxxxxxxxxxx |
| References: | <20091215194642.248107172@xxxxxxxx> |
| User-agent: | quilt/0.48-4.4 |
The includes as provided don't work when building out-of-tree, as we do while packaging. Signed-off-by: Jeff Mahoney <jeffm@xxxxxxxx> --- 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> |
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| ||
| Previous by Date: | [patch 2/3] kdb: Use $srctree not $TOPDIR in arch/x86/kdb/Makefile, Jeff Mahoney |
|---|---|
| Next by Date: | [patch 3/3] kdb: Cleanup USB keyboard handling, Jeff Mahoney |
| Previous by Thread: | [patch 2/3] kdb: Use $srctree not $TOPDIR in arch/x86/kdb/Makefile, Jeff Mahoney |
| Next by Thread: | [patch 3/3] kdb: Cleanup USB keyboard handling, Jeff Mahoney |
| Indexes: | [Date] [Thread] [Top] [All Lists] |