openap-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[openap-cvs] : misc openap-linux-2.4.17.patch,1.1.1.1,1.2


From: Pavel Roskin <address@hidden>
Subject: [openap-cvs] : misc openap-linux-2.4.17.patch,1.1.1.1,1.2
Date: Fri, 14 Feb 2003 19:00:17 -0500

Update of /cvsroot/openap/misc
In directory subversions:/tmp/cvs-serv4258

Modified Files:
        openap-linux-2.4.17.patch 
Log Message:
Remove "__exit" attribute from cleanup_physmap() - it's called from
code without "__exit" attribute.


Index: openap-linux-2.4.17.patch
===================================================================
RCS file: /cvsroot/openap/misc/openap-linux-2.4.17.patch,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -u -r1.1.1.1 -r1.2
--- openap-linux-2.4.17.patch   11 May 2002 17:03:19 -0000      1.1.1.1
+++ openap-linux-2.4.17.patch   15 Feb 2003 00:00:14 -0000      1.2
@@ -755,7 +755,7 @@
 +#define BUSWIDTH2 CONFIG_MTD_PHYSMAP_BUSWIDTH2
 +#define TYPE2 CONFIG_MTD_PHYSMAP_TYPE2
 +
-+static void __exit cleanup_physmap(void);
++static void cleanup_physmap(void);
 +
 +
 +static struct mtd_info *mymtd1 = 0;
@@ -853,7 +853,7 @@
        return -ENXIO;
  }
  
- static void __exit cleanup_physmap(void)
+ static void cleanup_physmap(void)
  {
 -      if (mymtd) {
 -              del_mtd_device(mymtd);





reply via email to

[Prev in Thread] Current Thread [Next in Thread]