commit | 0362063b7be97f6f8e2c644b970f5726489aacdf | [log] [tgz] |
---|---|---|
author | Hauke Mehrtens <hauke@hauke-m.de> | Tue Nov 27 00:31:55 2012 +0100 |
committer | John W. Linville <linville@tuxdriver.com> | Fri Nov 30 13:38:14 2012 -0500 |
tree | 11230e5afa3c4c74499a5dfa895a419a22b57ea4 | |
parent | 4a7267c9a03b9627e5e85c80b307eb4541bab902 [diff] |
ssb: extif: fix compile errors If CONFIG_SSB_EMBEDDED or CONFIG_SSB_DRIVER_MIPS is set and CONFIG_SSB_DRIVER_EXTIF is not set, it will cause compile problems because of missing functions. This patch fixes these problems. The mips driver now also uses ssb_chipco_available() instead of checking bus->chipco.dev manually. Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de> Signed-off-by: John W. Linville <linville@tuxdriver.com>