diff options
Diffstat (limited to 'sound/pci/ctxfi/cthardware.c')
-rw-r--r-- | sound/pci/ctxfi/cthardware.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sound/pci/ctxfi/cthardware.c b/sound/pci/ctxfi/cthardware.c index 8e58860f641c..53d1acadc0e8 100644 --- a/sound/pci/ctxfi/cthardware.c +++ b/sound/pci/ctxfi/cthardware.c | |||
@@ -20,7 +20,7 @@ | |||
20 | #include "cthw20k2.h" | 20 | #include "cthw20k2.h" |
21 | #include <linux/bug.h> | 21 | #include <linux/bug.h> |
22 | 22 | ||
23 | static enum CHIPTYP get_chip_type(struct hw *hw) | 23 | static enum CHIPTYP __devinitdata get_chip_type(struct hw *hw) |
24 | { | 24 | { |
25 | enum CHIPTYP type = ATCNONE; | 25 | enum CHIPTYP type = ATCNONE; |
26 | 26 | ||
@@ -39,7 +39,7 @@ static enum CHIPTYP get_chip_type(struct hw *hw) | |||
39 | return type; | 39 | return type; |
40 | } | 40 | } |
41 | 41 | ||
42 | int create_hw_obj(struct pci_dev *pci, struct hw **rhw) | 42 | int __devinit create_hw_obj(struct pci_dev *pci, struct hw **rhw) |
43 | { | 43 | { |
44 | int err = 0; | 44 | int err = 0; |
45 | 45 | ||