All of lore.kernel.org
 help / color / mirror / Atom feed
From: Benjamin Herrenschmidt <benh@kernel.crashing.org>
To: Linus Torvalds <torvalds@osdl.org>
Cc: linux-kernel mailing list <linux-kernel@vger.kernel.org>
Subject: [PATCH] Fix ide-scsi build with driver model change
Date: 16 Aug 2003 18:44:46 +0200	[thread overview]
Message-ID: <1061052286.598.12.camel@gaston> (raw)

Hi Linus !

This fixes build of ide-scsi after removal of struct device.name

Please apply,
Ben.

===== drivers/scsi/ide-scsi.c 1.29 vs edited =====
--- 1.29/drivers/scsi/ide-scsi.c	Sat Aug 16 13:57:02 2003
+++ edited/drivers/scsi/ide-scsi.c	Sat Aug 16 14:39:37 2003
@@ -948,7 +948,6 @@
 };
 
 static struct device     idescsi_primary = {
-	.name		= "Ide-scsi Parent",
 	.bus_id		= "ide-scsi",
 };
 static struct bus_type   idescsi_emu_bus = {


                 reply	other threads:[~2003-08-16 16:45 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1061052286.598.12.camel@gaston \
    --to=benh@kernel.crashing.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=torvalds@osdl.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.