commit | d1a7a8e1d367e34e5adce91f48cae07dc08d9e6c | [log] [tgz] |
---|---|---|
author | Hauke Mehrtens <hauke@hauke-m.de> | Tue Jan 31 00:03:34 2012 +0100 |
committer | John W. Linville <linville@tuxdriver.com> | Mon Feb 06 14:53:03 2012 -0500 |
tree | b4e279942e10a4bfc51e6bfeef052c3cca088964 | |
parent | 4b259a5cc5ea967fa243dfc1f95a59ae74106f5b [diff] |
bcma: make some functions __devinit bcma_core_pci_hostmode_init() has to be in __devinit as it will call a function in that section and so all functions calling it also have to be in __devinit. Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de> Signed-off-by: John W. Linville <linville@tuxdriver.com>