# HG changeset patch # User Rob Landley # Date 1201592963 21600 # Node ID 8fbf0d201479d06cef169c68cb863966b5141fa6 # Parent 14663048bf471413b9a23f426643e74d6d447a71 Another patch 2.6.24 doesn't need. diff -r 14663048bf47 -r 8fbf0d201479 sources/patches/linux-2.6.23-sparcfix.patch --- a/sources/patches/linux-2.6.23-sparcfix.patch Tue Jan 29 01:32:43 2008 -0600 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,51 +0,0 @@ -From bunk@kernel.org Thu Oct 11 10:35:20 2007 ---- linux-2.6.23/drivers/scsi/esp_scsi.c.old 2007-10-11 17:29:50.000000000 +0200 -+++ linux-2.6.23/drivers/scsi/esp_scsi.c 2007-10-11 17:31:25.000000000 +0200 -@@ -2138,7 +2138,7 @@ - } - EXPORT_SYMBOL(scsi_esp_intr); - --static void __devinit esp_get_revision(struct esp *esp) -+static void esp_get_revision(struct esp *esp) - { - u8 val; - -@@ -2187,7 +2187,7 @@ - } - } - --static void __devinit esp_init_swstate(struct esp *esp) -+static void esp_init_swstate(struct esp *esp) - { - int i; - -@@ -2233,7 +2233,7 @@ - esp_read8(ESP_INTRPT); - } - --static void __devinit esp_set_clock_params(struct esp *esp) -+static void esp_set_clock_params(struct esp *esp) - { - int fmhz; - u8 ccf; -@@ -2306,7 +2306,7 @@ - - static struct scsi_transport_template *esp_transport_template; - --int __devinit scsi_esp_register(struct esp *esp, struct device *dev) -+int scsi_esp_register(struct esp *esp, struct device *dev) - { - static int instance; - int err; -@@ -2346,7 +2346,7 @@ - } - EXPORT_SYMBOL(scsi_esp_register); - --void __devexit scsi_esp_unregister(struct esp *esp) -+void scsi_esp_unregister(struct esp *esp) - { - scsi_remove_host(esp->host); - } - - -