diff options
author | Dave Jiang <dave.jiang@intel.com> | 2011-02-23 18:57:33 -0500 |
---|---|---|
committer | Dan Williams <dan.j.williams@intel.com> | 2011-07-03 06:55:28 -0400 |
commit | 7392d27580df2d14b5c3b1a1d7989c06457a819d (patch) | |
tree | 81b61b73330a2bf8e15ea1fbef390bc10767569a /drivers/scsi/isci/host.h | |
parent | a1914059f1434b0cdf113ebf16df627fd85689d0 (diff) |
isci: Removing deprecated functions
Removed all callbacks in the deprecated.c. Core will call the appropriate
functions directly.
Signed-off-by: Dave Jiang <dave.jiang@intel.com>
Signed-off-by: Dan Williams <dan.j.williams@intel.com>
Diffstat (limited to 'drivers/scsi/isci/host.h')
-rw-r--r-- | drivers/scsi/isci/host.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/scsi/isci/host.h b/drivers/scsi/isci/host.h index 26768c5bbe01..06154a625aec 100644 --- a/drivers/scsi/isci/host.h +++ b/drivers/scsi/isci/host.h | |||
@@ -61,7 +61,6 @@ | |||
61 | /*#include "task.h"*/ | 61 | /*#include "task.h"*/ |
62 | #include "timers.h" | 62 | #include "timers.h" |
63 | #include "remote_device.h" | 63 | #include "remote_device.h" |
64 | #include "scic_user_callback.h" | ||
65 | 64 | ||
66 | #define DRV_NAME "isci" | 65 | #define DRV_NAME "isci" |
67 | #define SCI_PCI_BAR_COUNT 2 | 66 | #define SCI_PCI_BAR_COUNT 2 |