From: Stefan Richter Date: Thu, 2 Aug 2007 18:34:17 +0000 (+0200) Subject: firewire: fw-core: make two variables static X-Git-Tag: v5.15~46581^2 X-Git-Url: https://git.proxmox.com/?a=commitdiff_plain;h=ae57988f68acdc9fbee649765148f15eb7a1b991;p=mirror_ubuntu-kernels.git firewire: fw-core: make two variables static Signed-off-by: Stefan Richter --- diff --git a/drivers/firewire/fw-transaction.c b/drivers/firewire/fw-transaction.c index 3ce8e2fbe15f..3e1cb12e43cd 100644 --- a/drivers/firewire/fw-transaction.c +++ b/drivers/firewire/fw-transaction.c @@ -734,7 +734,7 @@ fw_core_handle_response(struct fw_card *card, struct fw_packet *p) } EXPORT_SYMBOL(fw_core_handle_response); -const struct fw_address_region topology_map_region = +static const struct fw_address_region topology_map_region = { .start = 0xfffff0001000ull, .end = 0xfffff0001400ull, }; static void @@ -772,7 +772,7 @@ static struct fw_address_handler topology_map = { .address_callback = handle_topology_map, }; -const struct fw_address_region registers_region = +static const struct fw_address_region registers_region = { .start = 0xfffff0000000ull, .end = 0xfffff0000400ull, }; static void