commit | 1f8a5fb80e63aab63de81169ab749d73e7509e3f | [log] [tgz] |
---|---|---|
author | Adrian Bunk <bunk@stusta.de> | Tue Dec 19 19:36:32 2006 -0800 |
committer | David S. Miller <davem@sunset.davemloft.net> | Fri Dec 22 11:12:00 2006 -0800 |
tree | 82119a1ab1214345df41f7d0af3b94033638417f | |
parent | 52a91071306c3b129efa6ea2bfe16244b8619cd9 [diff] |
[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>