public inbox for linux-scsi@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] Fix section mismatch in the Adaptec DPT SCSI Raid driver
@ 2007-08-17 20:51 Joe Korty
  2007-08-17 21:18 ` Andrew Morton
  0 siblings, 1 reply; 3+ messages in thread
From: Joe Korty @ 2007-08-17 20:51 UTC (permalink / raw)
  To: akpm; +Cc: aacraid, linux-scsi, linux-kernel

Fix section mismatch in the Adaptec DPT SCSI Raid driver.

Signed-off-by: Joe Korty <joe.korty@ccur.com>

Index: 2.6.23-rc3-git1/drivers/scsi/dpt_i2o.c
===================================================================
--- 2.6.23-rc3-git1.orig/drivers/scsi/dpt_i2o.c	2007-08-17 16:36:05.000000000 -0400
+++ 2.6.23-rc3-git1/drivers/scsi/dpt_i2o.c	2007-08-17 16:50:13.000000000 -0400
@@ -3351,7 +3351,7 @@
 	return count > 0 ? 0 : -ENODEV;
 }
 
-static void __exit adpt_exit(void)
+static void adpt_exit(void)
 {
 	while (hba_chain)
 		adpt_release(hba_chain);

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2007-08-17 23:01 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-08-17 20:51 [PATCH] Fix section mismatch in the Adaptec DPT SCSI Raid driver Joe Korty
2007-08-17 21:18 ` Andrew Morton
2007-08-17 23:01   ` Joe Korty

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox