]> Git Repo - J-u-boot.git/commit
net: tsec: Use portable regs type (uint->u32)
authorClaudiu Manoil <[email protected]>
Mon, 30 Sep 2013 09:44:46 +0000 (12:44 +0300)
committerJoe Hershberger <[email protected]>
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 <[email protected]>
drivers/net/tsec.c
include/tsec.h
This page took 0.03488 seconds and 4 git commands to generate.