]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
net: tsec: Use portable regs type (uint->u32)
authorClaudiu Manoil <claudiu.manoil@freescale.com>
Mon, 30 Sep 2013 09:44:46 +0000 (12:44 +0300)
committerJoe Hershberger <joe.hershberger@ni.com>
Fri, 22 Nov 2013 23:03:17 +0000 (17:03 -0600)
commit82ef75ca5c69c7d053c07f509a901d2ad2e29570
tree0ddbc336a44edcb47271c7d4c7977fd0c5cc2cf0
parent9c9141fd04f0991209dab9fe2716ce19b2a4f552
net: tsec: Use portable regs type (uint->u32)

Use cross arch portable u32 instead of uint for the
tsec registers.  Remove the typedefs for the register
struct definitions in the process.  Fix long lines.

Signed-off-by: Claudiu Manoil <claudiu.manoil@freescale.com>
drivers/net/tsec.c
include/tsec.h