Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 354283
b: refs/heads/master
c: a3d9ad4
h: refs/heads/master
i:
  354281: 56c0440
  354279: d6fa005
v: v3
  • Loading branch information
Peter Hurley authored and Greg Kroah-Hartman committed Jan 30, 2013
1 parent 9e559f5 commit 0081baf
Show file tree
Hide file tree
Showing 3 changed files with 5 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: c88d40b25ffc8099aa7a28f62dce85bee66b1892
refs/heads/master: a3d9ad474ef391166a48128bea753f455e9a7d69
4 changes: 3 additions & 1 deletion trunk/drivers/staging/fwserial/fwserial.c
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,8 @@ static int num_ports;
/* slab used as pool for struct fwtty_transactions */
static struct kmem_cache *fwtty_txn_cache;

struct tty_driver *fwtty_driver;

struct fwtty_transaction;
typedef void (*fwtty_transaction_cb)(struct fw_card *card, int rcode,
void *data, size_t length,
Expand Down Expand Up @@ -2552,7 +2554,7 @@ static struct fw_descriptor fwserial_unit_directory = {
* The management address is in the unit space region but above other known
* address users (to keep wild writes from causing havoc)
*/
const struct fw_address_region fwserial_mgmt_addr_region = {
static const struct fw_address_region fwserial_mgmt_addr_region = {
.start = CSR_REGISTER_BASE + 0x1e0000ULL,
.end = 0x1000000000000ULL,
};
Expand Down
2 changes: 1 addition & 1 deletion trunk/drivers/staging/fwserial/fwserial.h
Original file line number Diff line number Diff line change
Expand Up @@ -352,7 +352,7 @@ struct fw_serial {
static const char tty_dev_name[] = TTY_DEV_NAME;
static const char loop_dev_name[] = "fwloop";

struct tty_driver *fwtty_driver;
extern struct tty_driver *fwtty_driver;

#define driver_err(s, v...) pr_err(KBUILD_MODNAME ": " s, ##v)

Expand Down

0 comments on commit 0081baf

Please sign in to comment.