|
From: <bob...@us...> - 2007-08-03 08:35:35
|
Revision: 1226
http://hackndev.svn.sourceforge.net/hackndev/?rev=1226&view=rev
Author: bobofdoom
Date: 2007-08-03 01:35:34 -0700 (Fri, 03 Aug 2007)
Log Message:
-----------
PalmT680: Removed pt_regs from irq cb type to avoid compile warning.
Modified Paths:
--------------
linux4palm/linux/trunk/arch/arm/mach-pxa/palmt680/palmt680.c
Modified: linux4palm/linux/trunk/arch/arm/mach-pxa/palmt680/palmt680.c
===================================================================
--- linux4palm/linux/trunk/arch/arm/mach-pxa/palmt680/palmt680.c 2007-08-03 08:27:07 UTC (rev 1225)
+++ linux4palm/linux/trunk/arch/arm/mach-pxa/palmt680/palmt680.c 2007-08-03 08:35:34 UTC (rev 1226)
@@ -47,7 +47,7 @@
*********************************************************/
static int palmt680_mci_init(struct device *dev,
- irqreturn_t (*palmt680_detect_int)(int, void *, struct pt_regs *), void *data)
+ irqreturn_t (*palmt680_detect_int)(int, void *), void *data)
{
int err;
/* setup an interrupt for detecting card insert/remove events */
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|