projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0c1093c
)
compat: rename member in struct mmc_host.
author
Hauke Mehrtens
<hauke@hauke-m.de>
Thu, 7 Oct 2010 21:22:24 +0000
(23:22 +0200)
committer
Luis R. Rodriguez
<lrodriguez@atheros.com>
Thu, 7 Oct 2010 21:49:26 +0000
(14:49 -0700)
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
include/linux/compat-2.6.37.h
patch
|
blob
|
history
diff --git
a/include/linux/compat-2.6.37.h
b/include/linux/compat-2.6.37.h
index 3bb92285777279d5b2d9d9c99fb15b5dd9b1b70f..716f528a0bf5950d5d4f3f8c7dce47eccc040b4c 100644
(file)
--- a/
include/linux/compat-2.6.37.h
+++ b/
include/linux/compat-2.6.37.h
@@
-110,6
+110,9
@@
int genl_unregister_family(struct genl_family *family);
#define genl_register_mc_group(_fam, _grp) genl_register_mc_group(&(_fam)->family, _grp)
#define genl_unregister_mc_group(_fam, _grp) genl_unregister_mc_group(&(_fam)->family, _grp)
+/* rename member in struct mmc_host in include/linux/mmc/host.h */
+#define max_segs max_hw_segs
+
#endif /* (LINUX_VERSION_CODE < KERNEL_VERSION(2,6,37)) */
#endif /* LINUX_26_37_COMPAT_H */