From: Michal Piotrowski <michal.k.k.piotrowski@gmail.com>
To: linux-kernel@vger.kernel.org
Cc: Andrew Morton <akpm@osdl.org>, Tejun Heo <teheo@novell.com>,
Jeff Garzik <jeff@garzik.org>,
linux-ide@vger.kernel.org
Subject: Re: mm snapshot broken-out-2007-01-26-00-36.tar.gz uploaded
Date: Sat, 27 Jan 2007 17:03:19 +0100 [thread overview]
Message-ID: <45BB77C7.5090202@googlemail.com> (raw)
In-Reply-To: <200701260837.l0Q8blBr011622@shell0.pdx.osdl.net>
akpm@osdl.org napisał(a):
> The mm snapshot broken-out-2007-01-26-00-36.tar.gz has been uploaded to
>
> ftp://ftp.kernel.org/pub/linux/kernel/people/akpm/mm/broken-out-2007-01-26-00-36.tar.gz
>
drivers/ata/sata_inic162x.c: In function ‘inic_pci_device_resume’:
drivers/ata/sata_inic162x.c:652: warning: ignoring return value of ‘ata_pci_device_do_resume’, declared with attribute warn_unused_result
drivers/ata/sata_inic162x.c: In function ‘inic_init_one’:
drivers/ata/sata_inic162x.c:727: error: ‘SA_SHIRQ’ undeclared (first use in this function)
drivers/ata/sata_inic162x.c:727: error: (Each undeclared identifier is reported only once
drivers/ata/sata_inic162x.c:727: error: for each function it appears in.)
make[2]: *** [drivers/ata/sata_inic162x.o] Błąd 1
make[1]: *** [drivers/ata] Błąd 2
make: *** [drivers] Błąd 2
SA_SHIRQ was removed. IRQF_SHARED should be used instead?
Regards,
Michal
--
Michal K. K. Piotrowski
LTG - Linux Testers Group
(http://www.stardust.webpages.pl/ltg/)
Signed-off-by: Michal Piotrowski <michal.k.k.piotrowski@gmail.com>
--- linux-work-clean/drivers/ata/sata_inic162x.c 2007-01-26 16:47:31.000000000 +0100
+++ linux-work/drivers/ata/sata_inic162x.c 2007-01-27 16:53:26.000000000 +0100
@@ -724,7 +724,7 @@ static int inic_init_one(struct pci_dev
probe_ent->n_ports = NR_PORTS;
probe_ent->irq = pdev->irq;
- probe_ent->irq_flags = SA_SHIRQ;
+ probe_ent->irq_flags = IRQF_SHARED;
probe_ent->mmio_base = mmio_base;
next prev parent reply other threads:[~2007-01-27 16:03 UTC|newest]
Thread overview: 42+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <200701260837.l0Q8blBr011622@shell0.pdx.osdl.net>
2007-01-26 15:04 ` mm snapshot broken-out-2007-01-26-00-36.tar.gz uploaded Michal Piotrowski
2007-01-26 15:33 ` Serge E. Hallyn
2007-01-26 15:38 ` Serge E. Hallyn
2007-01-26 16:06 ` Michal Piotrowski
2007-01-26 16:37 ` Michal Piotrowski
2007-01-26 16:46 ` Michal Piotrowski
2007-01-26 16:57 ` Michal Piotrowski
2007-01-26 17:29 ` Michal Piotrowski
2007-01-26 18:14 ` Serge E. Hallyn
2007-01-26 18:22 ` Michal Piotrowski
2007-01-26 18:58 ` Serge E. Hallyn
2007-01-26 17:48 ` Michal Piotrowski
2007-01-26 18:04 ` Michal Piotrowski
[not found] ` <6bffcb0e0701261008u2fd5a7d9va16d7fd9f250e14b@mail.gmail.com>
2007-01-26 18:38 ` Christoph Lameter
2007-01-26 18:43 ` Pavel Machek
2007-01-26 18:45 ` Michal Piotrowski
2007-01-26 19:07 ` Christoph Lameter
2007-01-26 19:20 ` Michal Piotrowski
2007-01-26 19:45 ` Michal Piotrowski
[not found] ` <6bffcb0e0701261523j3a84a357lad93260b5865c99d@mail.gmail.com>
2007-01-27 0:33 ` Andrew Morton
2007-01-27 0:41 ` Michal Piotrowski
2007-01-27 0:29 ` Michal Piotrowski
2007-01-27 15:05 ` Michal Piotrowski
2007-01-27 20:38 ` Herbert Xu
2007-01-27 16:03 ` Michal Piotrowski [this message]
2007-01-30 1:05 ` Tejun Heo
2007-01-27 16:14 ` Michal Piotrowski
2007-01-27 17:20 ` Michal Piotrowski
[not found] ` <6bffcb0e0701270837i1ec40560l6e61e8876177e9da@mail.gmail.com>
2007-01-27 21:29 ` Tilman Schmidt
2007-01-27 21:41 ` Andrew Morton
2007-01-27 22:12 ` Michal Piotrowski
2007-01-27 23:25 ` Tilman Schmidt
2007-01-27 23:27 ` Michal Piotrowski
2007-01-28 2:41 ` Valdis.Kletnieks
2007-01-28 3:37 ` Michal Piotrowski
2007-01-29 2:49 ` Valdis.Kletnieks
2007-01-29 6:08 ` Eric W. Biederman
2007-01-29 6:45 ` Valdis.Kletnieks
2007-01-29 8:24 ` Eric W. Biederman
2007-01-29 2:58 ` Valdis.Kletnieks
2007-01-29 5:14 ` Randy Dunlap
2007-01-29 5:46 ` Valdis.Kletnieks
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=45BB77C7.5090202@googlemail.com \
--to=michal.k.k.piotrowski@gmail.com \
--cc=akpm@osdl.org \
--cc=jeff@garzik.org \
--cc=linux-ide@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=teheo@novell.com \
/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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox