]> Pileus Git - ~andy/linux/commit
qla2xxx: fix compiler warning in qla_attr.c
author <jejb@titanic.il.steeleye.com> <>
Sun, 17 Apr 2005 21:32:42 +0000 (16:32 -0500)
committerJames Bottomley <jejb@titanic>
Mon, 18 Apr 2005 18:51:37 +0000 (13:51 -0500)
commit7aaef27bafdfa10351726a1d383bdde33422072c
tree3c6247d74ea748285ad58d1a299dcacbdca5bd7c
parentdea3101e0a5c897d2c9351a7444e139db9f40247
qla2xxx: fix compiler warning in qla_attr.c

  CC [M]  drivers/scsi/qla2xxx/qla_attr.o
drivers/scsi/qla2xxx/qla_attr.c: In function `qla2x00_sysfs_write_fw_dump':
drivers/scsi/qla2xxx/qla_attr.c:65: warning: implicit declaration of function `vfree'
drivers/scsi/qla2xxx/qla_attr.c:83: warning: implicit declaration of function `vmalloc'
drivers/scsi/qla2xxx/qla_attr.c:83: warning: cast to pointer from integer of different size

Also remove spurious inclusion of linux/version.h

Signed-off-by: James Bottomley <James.Bottomley@SteelEye.com>
drivers/scsi/qla2xxx/qla_attr.c