diff options
| author | Dominik Brodowski <linux@dominikbrodowski.net> | 2008-08-02 09:30:31 -0400 |
|---|---|---|
| committer | Dominik Brodowski <linux@dominikbrodowski.net> | 2008-08-22 19:22:00 -0400 |
| commit | 8e2fc39ddea7fe8c6798837da282db88a09af793 (patch) | |
| tree | 7cba37b5b86f4ff25562012a14e29424e3872de0 /include/pcmcia | |
| parent | 498ac1899b62626bf6879a251d75c22ec564c559 (diff) | |
pcmcia: pcmcia_config_loop() default CIS entry handling
Many drivers use the default CIS entry within their pcmcia_config_loop()
callback function. Therefore, factor the default CIS entry handling out.
Signed-off-by: Dominik Brodowski <linux@dominikbrodowski.net>
Diffstat (limited to 'include/pcmcia')
| -rw-r--r-- | include/pcmcia/cistpl.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/pcmcia/cistpl.h b/include/pcmcia/cistpl.h index b2eb914a18df..0aa702705d00 100644 --- a/include/pcmcia/cistpl.h +++ b/include/pcmcia/cistpl.h | |||
| @@ -616,6 +616,7 @@ int pccard_validate_cis(struct pcmcia_socket *s, unsigned int function, unsigned | |||
| 616 | int pcmcia_loop_config(struct pcmcia_device *p_dev, | 616 | int pcmcia_loop_config(struct pcmcia_device *p_dev, |
| 617 | int (*conf_check) (struct pcmcia_device *p_dev, | 617 | int (*conf_check) (struct pcmcia_device *p_dev, |
| 618 | cistpl_cftable_entry_t *cf, | 618 | cistpl_cftable_entry_t *cf, |
| 619 | cistpl_cftable_entry_t *dflt, | ||
| 619 | void *priv_data), | 620 | void *priv_data), |
| 620 | void *priv_data); | 621 | void *priv_data); |
| 621 | 622 | ||
