commit | 21795094e2b71b4b11bfb468321046c1336cef69 | [log] [tgz] |
---|---|---|
author | Ivo van Doorn <ivdoorn@gmail.com> | Sun Feb 10 22:49:13 2008 +0100 |
committer | John W. Linville <linville@tuxdriver.com> | Fri Feb 29 15:37:19 2008 -0500 |
tree | de99ccc0f93ba165574db3b55fd9c0839dd65bed | |
parent | f590f48e87d1e61c03f01fa15be00e852c05426d [diff] |
rt2x00: make csr_cache and csr_addr an union The csr_cache and csr_addr pointers are both the same size and they are never used both by the same driver. This makes them a nice candidate for an union. We could merge into 1 pointer, but that would either upset sparse, or require a lot of __force casts. Signed-off-by: Ivo van Doorn <IvDoorn@gmail.com> Signed-off-by: John W. Linville <linville@tuxdriver.com>