Commit e469edbb authored by Ben Dooks (Codethink)'s avatar Ben Dooks (Codethink) Committed by Dominik Brodowski

pcmcia: include <pcmcia/ds.h> for pcmcia_parse_tuple

Include <pcmcia/ds.h> for pcmcia_parse_tuple declaration
to fix the following sparse warning:

drivers/pcmcia/cistpl.c:1287:5: warning: symbol 'pcmcia_parse_tuple' was not declared. Should it be static?
Signed-off-by: default avatarBen Dooks <ben.dooks@codethink.co.uk>
Signed-off-by: default avatarDominik Brodowski <linux@dominikbrodowski.net>
parent 990a1b50
......@@ -28,6 +28,7 @@
#include <pcmcia/ss.h>
#include <pcmcia/cisreg.h>
#include <pcmcia/cistpl.h>
#include <pcmcia/ds.h>
#include "cs_internal.h"
static const u_char mantissa[] = {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment