]> Pileus Git - ~andy/linux/commit
isci: make function declaration match implementation
authorDan Carpenter <dan.carpenter@oracle.com>
Wed, 27 Jun 2012 09:10:06 +0000 (12:10 +0300)
committerDan Williams <dan.j.williams@intel.com>
Tue, 3 Jul 2012 19:09:31 +0000 (12:09 -0700)
commit67787c330762eb884bf8c169fe942263d55ec162
tree5bc9d5594087ffb9831ed7c0977cf767d8bea33a
parenta90037560588e51b3e98b49537799137cbfda17d
isci: make function declaration match implementation

Sparse complains that we redeclare this with a different type, because
in the .c file we use an enum and in the .h file we declare the
parameter as a u32.  Probably it's best to use an enum in both places.

Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com>
Signed-off-by: Dan Williams <dan.j.williams@intel.com>
drivers/scsi/isci/remote_node_context.h