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>
This commit is contained in:
Dave Jiang
2011-02-23 15:57:33 -08:00
committed by Dan Williams
parent a1914059f1
commit 7392d27580
16 changed files with 130 additions and 1030 deletions

View File

@@ -86,6 +86,8 @@
#include "sci_status.h"
#include "request.h"
#include "events.h"
#include "task.h"
#include "sata.h"
extern struct kmem_cache *isci_kmem_cache;
extern struct isci_firmware *isci_firmware;