VisionFive2 Linux kernel

StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)

More than 9999 Commits   33 Branches   57 Tags
author: Dominik Brodowski <linux@dominikbrodowski.net> 2006-03-02 00:02:33 +0100 committer: Dominik Brodowski <linux@dominikbrodowski.net> 2006-03-31 17:15:52 +0200 commit: 8661bb5b4af1849c1f5a4e80c4e275fd13c155d6 parent: 50db3fdbbc98260fb538c1cc3f8cc597ba7bffe7
Commit Summary:
[PATCH] pcmcia: default suspend and resume handling
Diffstat:
1 file changed, 1 insertion, 2 deletions
diff --git a/include/pcmcia/ds.h b/include/pcmcia/ds.h
index ce76ab587df6..8a6a95ea26ec 100644
--- a/include/pcmcia/ds.h
+++ b/include/pcmcia/ds.h
@@ -118,8 +118,7 @@ typedef struct dev_link_t {
 /* Flags for device state */
 #define DEV_PRESENT		0x01
 #define DEV_CONFIG		0x02
-#define DEV_STALE_CONFIG	0x04	/* release on close */
-#define DEV_STALE_LINK		0x08	/* detach on release */
+#define DEV_SUSPEND_NORELEASE	0x04
 #define DEV_CONFIG_PENDING	0x10
 #define DEV_RELEASE_PENDING	0x20
 #define DEV_SUSPEND		0x40