From patchwork Fri Jul 31 03:09:05 2009 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: =?utf-8?q?Fernando_Luis_V=C3=83=C2=A1zquez_Cao?= X-Patchwork-Id: 38444 Received: from lists.sourceforge.net (lists.sourceforge.net [216.34.181.88]) by demeter.kernel.org (8.14.2/8.14.2) with ESMTP id n6V3SFpv016962 for ; Fri, 31 Jul 2009 03:28:15 GMT Received: from localhost ([127.0.0.1] helo=sfs-ml-4.v29.ch3.sourceforge.com) by 335xhf1.ch3.sourceforge.com with esmtp (Exim 4.69) (envelope-from ) id 1MWime-0005Ns-5C; Fri, 31 Jul 2009 03:27:52 +0000 Received: from sfi-mx-2.v28.ch3.sourceforge.com ([172.29.28.122] helo=mx.sourceforge.net) by 335xhf1.ch3.sourceforge.com with esmtp (Exim 4.69) (envelope-from ) id 1MWimc-0005Nj-Gu for v9fs-developer@lists.sourceforge.net; Fri, 31 Jul 2009 03:27:50 +0000 X-ACL-Warn: Received: from serv2.oss.ntt.co.jp ([222.151.198.100]) by 72vjzd1.ch3.sourceforge.com with esmtp (Exim 4.69) id 1MWimU-0002rX-0U for v9fs-developer@lists.sourceforge.net; Fri, 31 Jul 2009 03:27:50 +0000 Received: from serv2.oss.ntt.co.jp (localhost [127.0.0.1]) by serv2.oss.ntt.co.jp (Postfix) with ESMTP id 2F4CB24812B; Fri, 31 Jul 2009 12:09:06 +0900 (JST) Received: from serv1.oss.ntt.co.jp (serv1.localdomain [172.19.0.2]) by serv2.oss.ntt.co.jp (Postfix) with ESMTP id 1CF70248109; Fri, 31 Jul 2009 12:09:06 +0900 (JST) Received: from [172.17.0.193] (unknown [172.17.0.193]) by serv1.oss.ntt.co.jp (Postfix) with ESMTP id 090A610C44C; Fri, 31 Jul 2009 12:09:06 +0900 (JST) Message-ID: <4A726051.8080705@oss.ntt.co.jp> Date: Fri, 31 Jul 2009 12:09:05 +0900 From: =?UTF-8?B?RmVybmFuZG8gTHVpcyBWw6F6cXVleiBDYW8=?= User-Agent: Mozilla-Thunderbird 2.0.0.22 (X11/20090701) MIME-Version: 1.0 To: rusty@rustcorp.com.au, ericvh@gmail.com, v9fs-developer@lists.sourceforge.net, Linux Kernel Mailing List X-Spam-Score: -2.0 (--) X-Spam-Report: Spam Filtering performed by mx.sourceforge.net. See http://spamassassin.org/tag/ for more details. -2.0 AWL AWL: From: address is in the auto white-list X-Headers-End: 1MWimU-0002rX-0U Subject: [V9fs-developer] [PATCH] Virtio 9p: get rid of redundant VIRTIO_ID_9P definition X-BeenThere: v9fs-developer@lists.sourceforge.net X-Mailman-Version: 2.1.9 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: v9fs-developer-bounces@lists.sourceforge.net VIRTIO_ID_9P is already defined in include/linux/virtio_9p.h so use that definition instead. Signed-off-by: Fernando Luis Vazquez Cao --- ------------------------------------------------------------------------------ Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day trial. Simplify your report design, integration and deployment - and focus on what you do best, core application coding. Discover what's new with Crystal Reports now. http://p.sf.net/sfu/bobj-july diff -urNp linux-2.6.31-rc4-orig/net/9p/trans_virtio.c linux-2.6.31-rc4/net/9p/trans_virtio.c --- linux-2.6.31-rc4-orig/net/9p/trans_virtio.c 2009-07-29 17:17:58.573055979 +0900 +++ linux-2.6.31-rc4/net/9p/trans_virtio.c 2009-07-31 11:50:16.135410972 +0900 @@ -337,8 +337,6 @@ static void p9_virtio_remove(struct virt } } -#define VIRTIO_ID_9P 9 - static struct virtio_device_id id_table[] = { { VIRTIO_ID_9P, VIRTIO_DEV_ANY_ID }, { 0 },