| Submitter | Akinobu Mita |
|---|---|
| Date | Oct. 21, 2010, 2:41 p.m. |
| Message ID | <1287672077-5797-9-git-send-email-akinobu.mita@gmail.com> |
| Download | mbox | patch |
| Permalink | /patch/68616/ |
| State | Not Applicable |
| Delegated to: | David Miller |
| Headers | show |
Comments
Patch
diff --git a/net/rds/cong.c b/net/rds/cong.c index c6784d5..15a65f0 100644 --- a/net/rds/cong.c +++ b/net/rds/cong.c @@ -34,8 +34,6 @@ #include <linux/types.h> #include <linux/rbtree.h> -#include <asm-generic/bitops/le.h> - #include "rds.h" /*
No need to include asm-generic/bitops/le.h as all architectures provide little-endian bit operations now. Signed-off-by: Akinobu Mita <akinobu.mita@gmail.com> Cc: Andy Grover <andy.grover@oracle.com> Cc: rds-devel@oss.oracle.com Cc: "David S. Miller" <davem@davemloft.net> Cc: netdev@vger.kernel.org --- No change from previous submission net/rds/cong.c | 2 -- 1 files changed, 0 insertions(+), 2 deletions(-)