Commit 72a82280 authored by Greg Kroah-Hartman's avatar Greg Kroah-Hartman

Staging: comedi: fix build errors in pcmcia comedi drivers

This fixes a few minor build errors that were previously undetected in
the comedi pcmcia drivers.

Cc: Frank Mori Hess <fmhess@users.sourceforge.net>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@suse.de>
parent de15d7fc
......@@ -37,7 +37,7 @@ This is just a wrapper around the 8255.o driver to properly handle
the PCMCIA interface.
*/
/* #define LABPC_DEBUG /* enable debugging messages */ */
/* #define LABPC_DEBUG */ /* enable debugging messages */
#undef LABPC_DEBUG
#include "../comedidev.h"
......
......@@ -60,7 +60,7 @@ NI manuals:
*/
#undef LABPC_DEBUG
/* #define LABPC_DEBUG /* enable debugging messages */ */
/* #define LABPC_DEBUG */ /* enable debugging messages */
#include "../comedidev.h"
......
......@@ -66,7 +66,7 @@ See the notes in the ni_atmio.o driver.
#define MAX_N_CALDACS 32
static const ni_board ni_boards[] = {
static const struct ni_board_struct ni_boards[] = {
{device_id:0x010d,
name: "DAQCard-ai-16xe-50",
n_adchan:16,
......
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