rds: Fix build on powerpc.
authorDavid S. Miller <davem@davemloft.net>
Mon, 2 Mar 2009 09:49:28 +0000 (01:49 -0800)
committerDavid S. Miller <davem@davemloft.net>
Mon, 2 Mar 2009 09:49:28 +0000 (01:49 -0800)
commitc3b3240450ab8a1f3e52c5a69d53113deb6f91c5
treeaa3d75899e030f149761fd2378a5c24f42651cc7
parentaa4abc9bcce0d2a7ec189e897f8f8c58ca04643b
rds: Fix build on powerpc.

As reported by Stephen Rothwell.

> Today's linux-next build (powerpc allyesconfig) failed like this:
>
> net/rds/cong.c: In function 'rds_cong_set_bit':
> net/rds/cong.c:284: error: implicit declaration of function 'generic___set_le_bit'
> net/rds/cong.c: In function 'rds_cong_clear_bit':
> net/rds/cong.c:298: error: implicit declaration of function 'generic___clear_le_bit'
> net/rds/cong.c: In function 'rds_cong_test_bit':
> net/rds/cong.c:309: error: implicit declaration of function 'generic_test_le_bit'

Signed-off-by: David S. Miller <davem@davemloft.net>
net/rds/cong.c