linux-ide.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] ide: remove unused macros from <asm-parisc/ide.h>
@ 2008-08-10 15:47 Bartlomiej Zolnierkiewicz
  2008-08-10 15:54 ` Kyle McMartin
  0 siblings, 1 reply; 3+ messages in thread
From: Bartlomiej Zolnierkiewicz @ 2008-08-10 15:47 UTC (permalink / raw)
  To: linux-ide; +Cc: linux-kernel, Kyle McMartin


Cc: Kyle McMartin <kyle@mcmartin.ca>
Signed-off-by: Bartlomiej Zolnierkiewicz <bzolnier@gmail.com>
---
 include/asm-parisc/ide.h |    4 ----
 1 file changed, 4 deletions(-)

Index: b/include/asm-parisc/ide.h
===================================================================
--- a/include/asm-parisc/ide.h
+++ b/include/asm-parisc/ide.h
@@ -13,10 +13,6 @@
 
 #ifdef __KERNEL__
 
-#define ide_request_irq(irq,hand,flg,dev,id)	request_irq((irq),(hand),(flg),(dev),(id))
-#define ide_free_irq(irq,dev_id)		free_irq((irq), (dev_id))
-#define ide_request_region(from,extent,name)	request_region((from), (extent), (name))
-#define ide_release_region(from,extent)		release_region((from), (extent))
 /* Generic I/O and MEMIO string operations.  */
 
 #define __ide_insw	insw

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

end of thread, other threads:[~2008-08-10 18:06 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-08-10 15:47 [PATCH] ide: remove unused macros from <asm-parisc/ide.h> Bartlomiej Zolnierkiewicz
2008-08-10 15:54 ` Kyle McMartin
2008-08-10 18:03   ` Bartlomiej Zolnierkiewicz

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).