Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1946569AbXBIQG5 (ORCPT ); Fri, 9 Feb 2007 11:06:57 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1946601AbXBIQFw (ORCPT ); Fri, 9 Feb 2007 11:05:52 -0500 Received: from zeniv.linux.org.uk ([195.92.253.2]:53640 "EHLO ZenIV.linux.org.uk" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1946582AbXBIQFh (ORCPT ); Fri, 9 Feb 2007 11:05:37 -0500 To: torvalds@linux-foundation.org Subject: [PATCH] m32r: class_device -> device fallout Cc: linux-kernel@vger.kernel.org Message-Id: From: Al Viro Date: Fri, 09 Feb 2007 16:05:37 +0000 Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 939 Lines: 28 Signed-off-by: Al Viro --- drivers/pcmcia/m32r_pcc.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/drivers/pcmcia/m32r_pcc.c b/drivers/pcmcia/m32r_pcc.c index bbf0258..4dbef07 100644 --- a/drivers/pcmcia/m32r_pcc.c +++ b/drivers/pcmcia/m32r_pcc.c @@ -722,7 +722,7 @@ static int __init init_m32r_pcc(void) /* Set up interrupt handler(s) */ for (i = 0 ; i < pcc_sockets ; i++) { - socket[i].socket.dev.dev = &pcc_device.dev; + socket[i].socket.dev.parent = &pcc_device.dev; socket[i].socket.ops = &pcc_operations; socket[i].socket.resource_ops = &pccard_static_ops; socket[i].socket.owner = THIS_MODULE; -- 1.5.0-rc2.GIT - 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/