commit | 9c8b7965f594fdff37c59446b9314ed7b4b44d07 | [log] [tgz] |
---|---|---|
author | Dominik Brodowski <linux@dominikbrodowski.net> | Sun Aug 03 12:27:56 2008 +0200 |
committer | Dominik Brodowski <linux@dominikbrodowski.net> | Sat Aug 23 02:34:36 2008 +0200 |
tree | ad9d562c0f70c5b7723f7eda15b39d57da85755b | |
parent | 3f9c5f4cb7e00d424a56a6431e9c98b3b17851e4 [diff] |
pcmcia: remove CS_ error codes alltogether Remoe the CS_ error codes. Drivers are expected to use default error definitions (errno.h etc.). Only one CS_ error code -- CS_IN_USE -- is used internally by the (deprecated) pcmcia-cs userspace package. Therefore, keep this one around so that it still compiles. Signed-off-by: Dominik Brodowski <linux@dominikbrodowski.net>