projects
/
project
/
bcm63xx
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5b978da
)
lmb: remove unused extern declaration
author
Simon Goldschmidt
<simon.k.r.goldschmidt@gmail.com>
Mon, 14 Jan 2019 21:38:21 +0000
(22:38 +0100)
committer
Tom Rini
<trini@konsulko.com>
Wed, 16 Jan 2019 21:37:06 +0000
(16:37 -0500)
lmb.h includes an extern declaration of "struct lmb lmb;" which
is not used anywhere, so remove it.
Reviewed-by: Simon Glass <sjg@chromium.org>
Signed-off-by: Simon Goldschmidt <simon.k.r.goldschmidt@gmail.com>
include/lmb.h
patch
|
blob
|
history
diff --git
a/include/lmb.h
b/include/lmb.h
index 62da85e716e1b73ef5b318b6ca875eb69106fe2d..1bb003e35e877cbe5bcb8acdd6ec50e9ed21149c 100644
(file)
--- a/
include/lmb.h
+++ b/
include/lmb.h
@@
-28,8
+28,6
@@
struct lmb {
struct lmb_region reserved;
};
-extern struct lmb lmb;
-
extern void lmb_init(struct lmb *lmb);
extern void lmb_init_and_reserve(struct lmb *lmb, phys_addr_t base,
phys_size_t size, void *fdt_blob);