diff options
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/pcmcia/driver-changes.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Documentation/pcmcia/driver-changes.txt b/Documentation/pcmcia/driver-changes.txt index c89a5e29bb4c..4739c5c3face 100644 --- a/Documentation/pcmcia/driver-changes.txt +++ b/Documentation/pcmcia/driver-changes.txt | |||
@@ -3,8 +3,8 @@ This file details changes in 2.6 which affect PCMCIA card driver authors: | |||
3 | * New release helper (as of 2.6.17) | 3 | * New release helper (as of 2.6.17) |
4 | Instead of calling pcmcia_release_{configuration,io,irq,win}, all that's | 4 | Instead of calling pcmcia_release_{configuration,io,irq,win}, all that's |
5 | necessary now is calling pcmcia_disable_device. As there is no valid | 5 | necessary now is calling pcmcia_disable_device. As there is no valid |
6 | reason left to call pcmcia_release_io and pcmcia_release_irq, they will | 6 | reason left to call pcmcia_release_io and pcmcia_release_irq, the |
7 | be removed soon. | 7 | exports for them were removed. |
8 | 8 | ||
9 | * Unify detach and REMOVAL event code, as well as attach and INSERTION | 9 | * Unify detach and REMOVAL event code, as well as attach and INSERTION |
10 | code (as of 2.6.16) | 10 | code (as of 2.6.16) |