diff options
author | wdenk <wdenk> | 2004-04-25 16:40:11 +0000 |
---|---|---|
committer | wdenk <wdenk> | 2004-04-25 16:40:11 +0000 |
commit | 08f1080c9cbde2a500e6efe8bc5647a68f183c91 (patch) | |
tree | 1a53ab3d72a614a2a5dd49e135099796d88162ef /board/stxgp3 | |
parent | fc1cfcdb12cf03ec7e0f6ff4b8a9ed33139a5d7f (diff) | |
download | u-boot-imx-08f1080c9cbde2a500e6efe8bc5647a68f183c91.zip u-boot-imx-08f1080c9cbde2a500e6efe8bc5647a68f183c91.tar.gz u-boot-imx-08f1080c9cbde2a500e6efe8bc5647a68f183c91.tar.bz2 |
Make compile clean.
Diffstat (limited to 'board/stxgp3')
-rw-r--r-- | board/stxgp3/stxgp3.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/board/stxgp3/stxgp3.c b/board/stxgp3/stxgp3.c index df48e77..c2eacdd 100644 --- a/board/stxgp3/stxgp3.c +++ b/board/stxgp3/stxgp3.c @@ -195,7 +195,6 @@ const iop_conf_t iop_conf_tab[4][32] = { } }; -static uint64_t blinky_increment; static uint64_t next_led_update; static uint led_bit; |