diff options
author | Wolfgang Denk <wd@denx.de> | 2007-04-04 02:09:30 +0200 |
---|---|---|
committer | Wolfgang Denk <wd@denx.de> | 2007-04-04 02:09:30 +0200 |
commit | 31c98a88228021b314c89ebb8104fb6473da4471 (patch) | |
tree | 489bf14db8b98e3388d2d4a4d67a86636483d27b /include/asm-microblaze/microblaze_timer.h | |
parent | c8f228016202aff5ff09cdeeabe8cffd8d898510 (diff) | |
download | u-boot-imx-31c98a88228021b314c89ebb8104fb6473da4471.zip u-boot-imx-31c98a88228021b314c89ebb8104fb6473da4471.tar.gz u-boot-imx-31c98a88228021b314c89ebb8104fb6473da4471.tar.bz2 |
Minor coding style cleanup.
Diffstat (limited to 'include/asm-microblaze/microblaze_timer.h')
-rw-r--r-- | include/asm-microblaze/microblaze_timer.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/asm-microblaze/microblaze_timer.h b/include/asm-microblaze/microblaze_timer.h index b3d194b..844c8db 100644 --- a/include/asm-microblaze/microblaze_timer.h +++ b/include/asm-microblaze/microblaze_timer.h @@ -39,4 +39,3 @@ typedef volatile struct microblaze_timer_t { int loadreg; /* load register TLR */ int counter; /* timer/counter register */ } microblaze_timer_t; - |