commit | 8e93675e5b235291d9dec91af78e01dd4f73629a | [log] [tgz] |
---|---|---|
author | Rod Whitby <rod@whitby.id.au> | Tue Jan 29 00:22:57 2008 +0100 |
committer | Russell King <rmk+kernel@arm.linux.org.uk> | Mon Feb 04 13:15:23 2008 +0000 |
tree | 766e150ca04d2a41cbc8254138e51bbedbc1336f | |
parent | 95053aec4d859edd6fbf7cd7d652e21704dda740 [diff] |
[ARM] 4767/2: ixp4xx: Add bitops.h include to io.h Add include of <linux/bitops.h> to io.h to solve compilations errors in files such as drivers/w1/w1_io.c caused by the ixp4xx version of io.h using the BIT() macro without including <linux/bitops.h> first. Signed-off-by: Rod Whitby <rod@whitby.id.au> Acked-by: Lennert Buytenhek <buytenh@wantstofly.org> Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>