diff options
author | Jeff Garzik <jgarzik@pobox.com> | 2005-10-28 16:29:23 (GMT) |
---|---|---|
committer | Jeff Garzik <jgarzik@pobox.com> | 2005-10-28 16:29:23 (GMT) |
commit | 7a9f8f93d2dad38f30fbc79d8a1e6517373aa4b6 (patch) | |
tree | 9116e5bde860d00685c5b6eee7be5ba9899aabb9 /include/linux/cyclomx.h | |
parent | 972c26bdd6b58e7534473c4f7928584578cf43f4 (diff) | |
parent | 5fadd053d9bb4345ec6f405d24db4e7eb49cf81e (diff) | |
download | linux-fsl-qoriq-7a9f8f93d2dad38f30fbc79d8a1e6517373aa4b6.tar.xz |
Merge branch 'master'
Diffstat (limited to 'include/linux/cyclomx.h')
-rw-r--r-- | include/linux/cyclomx.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/linux/cyclomx.h b/include/linux/cyclomx.h index 04fa7df..300d704 100644 --- a/include/linux/cyclomx.h +++ b/include/linux/cyclomx.h @@ -37,8 +37,6 @@ #include <linux/cycx_x25.h> #endif -#define is_digit(ch) (((ch)>=(unsigned)'0'&&(ch)<=(unsigned)'9')?1:0) - /* Adapter Data Space. * This structure is needed because we handle multiple cards, otherwise * static data would do it. |