Gitweb:     
http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=112cc2b510156494918abdf877111dfd56e5643b
Commit:     112cc2b510156494918abdf877111dfd56e5643b
Parent:     8b5bb2fa3d1c2a90ca921b6bfbb7e2de1e6dd273
Author:     Randy Dunlap <[EMAIL PROTECTED]>
AuthorDate: Mon Jun 25 10:42:22 2007 -0700
Committer:  Jeff Garzik <[EMAIL PROTECTED]>
CommitDate: Wed Jun 27 02:44:21 2007 -0400

    pata_it821x: fix section mismatch warning
    
    Fix section mismatch when CONFIG_HOTPLUG=n (but functions are used
    for resume):
    
    WARNING: drivers/ata/pata_it821x.o(.text+0x3f): Section mismatch: reference 
to .init.text: (between 'it821x_reinit_one' and 'it821x_program_udma')
    WARNING: drivers/ata/pata_it821x.o(.text+0x691): Section mismatch: 
reference to .init.text: (between 'it821x_init_one' and 
'it821x_passthru_set_dmamode')
    
    Signed-off-by: Randy Dunlap <[EMAIL PROTECTED]>
    Signed-off-by: Jeff Garzik <[EMAIL PROTECTED]>
---
 drivers/ata/pata_it821x.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/drivers/ata/pata_it821x.c b/drivers/ata/pata_it821x.c
index dab4e7c..12c6e08 100644
--- a/drivers/ata/pata_it821x.c
+++ b/drivers/ata/pata_it821x.c
@@ -690,7 +690,7 @@ static struct ata_port_operations it821x_passthru_port_ops 
= {
        .port_start     = it821x_port_start,
 };
 
-static void __devinit it821x_disable_raid(struct pci_dev *pdev)
+static void it821x_disable_raid(struct pci_dev *pdev)
 {
        /* Reset local CPU, and set BIOS not ready */
        pci_write_config_byte(pdev, 0x5E, 0x01);
-
To unsubscribe from this list: send the line "unsubscribe git-commits-head" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to