[ATM] drivers/atm/fore200e.c: Cleanups.
authorAdrian Bunk <bunk@stusta.de>
Wed, 20 Dec 2006 03:36:32 +0000 (19:36 -0800)
committerDavid S. Miller <davem@sunset.davemloft.net>
Fri, 22 Dec 2006 19:12:00 +0000 (11:12 -0800)
commit1f8a5fb80e63aab63de81169ab749d73e7509e3f
tree82119a1ab1214345df41f7d0af3b94033638417f
parent52a91071306c3b129efa6ea2bfe16244b8619cd9
[ATM] drivers/atm/fore200e.c: Cleanups.

This patch contains the following transformations from custom functions
to standard kernel version:
- fore200e_kmalloc() -> kzalloc()
- fore200e_kfree() -> kfree()
- fore200e_swap() -> cpu_to_be32()

Signed-off-by: Adrian Bunk <bunk@stusta.de>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/atm/fore200e.c