Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 63605
b: refs/heads/master
c: ae57988
h: refs/heads/master
i:
  63603: d2e2cc0
v: v3
  • Loading branch information
Stefan Richter committed Aug 2, 2007
1 parent 2953ae3 commit 00cb2ed
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 4eaff7d63052d781732de9eff4d2287c8e00348f
refs/heads/master: ae57988f68acdc9fbee649765148f15eb7a1b991
4 changes: 2 additions & 2 deletions trunk/drivers/firewire/fw-transaction.c
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 00cb2ed

Please sign in to comment.