Commit ae57988f authored by Stefan Richter's avatar Stefan Richter

firewire: fw-core: make two variables static

Signed-off-by: default avatarStefan Richter <stefanr@s5r6.in-berlin.de>
parent 4eaff7d6
...@@ -734,7 +734,7 @@ fw_core_handle_response(struct fw_card *card, struct fw_packet *p) ...@@ -734,7 +734,7 @@ fw_core_handle_response(struct fw_card *card, struct fw_packet *p)
} }
EXPORT_SYMBOL(fw_core_handle_response); 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, }; { .start = 0xfffff0001000ull, .end = 0xfffff0001400ull, };
static void static void
...@@ -772,7 +772,7 @@ static struct fw_address_handler topology_map = { ...@@ -772,7 +772,7 @@ static struct fw_address_handler topology_map = {
.address_callback = handle_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, }; { .start = 0xfffff0000000ull, .end = 0xfffff0000400ull, };
static void static void
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment