| commit | 35c26c2cf6a6a2d1c48add732d8ba002bd90784c | [log] [tgz] |
|---|---|---|
| author | Harvey Harrison <harvey.harrison@gmail.com> | Sat Feb 14 22:56:56 2009 -0800 |
| committer | David S. Miller <davem@davemloft.net> | Sat Feb 14 22:56:56 2009 -0800 |
| tree | ace3fb06bd279cf90ab8994d56ae12051488b2c8 | |
| parent | ab46d779661d7a03b7aa00279eead5dc3f0b3901 [diff] |
rndis: remove private wrapper of __constant_cpu_to_le32
Use cpu_to_le32 directly as it handles constant folding now, replace direct
uses of __constant_cpu_to_{endian} as well.
Signed-off-by: Harvey Harrison <harvey.harrison@gmail.com>
Acked-by: David Brownell <dbrownell@users.sourceforge.net>
Signed-off-by: David S. Miller <davem@davemloft.net>