Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754629AbYGNC6Y (ORCPT ); Sun, 13 Jul 2008 22:58:24 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1756321AbYGNC5r (ORCPT ); Sun, 13 Jul 2008 22:57:47 -0400 Received: from rv-out-0506.google.com ([209.85.198.234]:20526 "EHLO rv-out-0506.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1756202AbYGNC5q (ORCPT ); Sun, 13 Jul 2008 22:57:46 -0400 DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:references:user-agent:date:from:to:cc:subject :content-disposition; b=pA7AumBwB4jv7737IFJ3hnOhV21Ja5rlGSEpW77ND9jEw6DonqaSWLAL7yldfBL41V qnvzxW6BHZ7rSYkAOfMYdpl/ipExsXmJEX6jj/OU/KBnv+28m5r+gYyQFu7TvQbPiH+G NM0Ds6Z+64bHBvml5cq9x05Gq/+pzO2A7FsT4= Message-Id: <20080714025742.370469321@gmail.com> References: <20080714025631.338886297@gmail.com> User-Agent: quilt/0.46-1 Date: Mon, 14 Jul 2008 11:56:33 +0900 From: Akinobu Mita To: linux-kernel@vger.kernel.org, akpm@linux-foundation.org Cc: Andrew Vasquez , "James E.J. Bottomley" , Andrew Vasquez , Seokmann Ju Subject: [patch -mmotm 2/6] fix qla2xxx-use-memory_read_from_buffer.patch Content-Disposition: inline; filename=qla2xxx-use-memory_read_from_buffer-fix.patch Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1007 Lines: 30 Now memory_read_from_buffer() belongs in string.h Signed-off-by: Akinobu Mita Cc: Andrew Vasquez Cc: "James E.J. Bottomley" Cc: Andrew Vasquez Cc: Seokmann Ju --- drivers/scsi/qla2xxx/qla_attr.c | 1 - 1 file changed, 1 deletion(-) Index: 2.6-mmotm/drivers/scsi/qla2xxx/qla_attr.c =================================================================== --- 2.6-mmotm.orig/drivers/scsi/qla2xxx/qla_attr.c +++ 2.6-mmotm/drivers/scsi/qla2xxx/qla_attr.c @@ -8,7 +8,6 @@ #include #include -#include static int qla24xx_vport_disable(struct fc_vport *, bool); -- -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/