From 03ba4131783cc9e872f8bb26a03f15bc11f27564 Mon Sep 17 00:00:00 2001 From: Ralf Baechle Date: Sat, 19 Sep 1998 19:15:08 +0000 Subject: - Merge with Linux 2.1.121. - Bugfixes. --- drivers/isdn/avmb1/capi.c | 1 + drivers/isdn/isdn_common.c | 1 + 2 files changed, 2 insertions(+) (limited to 'drivers/isdn') diff --git a/drivers/isdn/avmb1/capi.c b/drivers/isdn/avmb1/capi.c index d94a8a771..f4f5c7039 100644 --- a/drivers/isdn/avmb1/capi.c +++ b/drivers/isdn/avmb1/capi.c @@ -464,6 +464,7 @@ static struct file_operations capi_fops = capi_ioctl, NULL, /* capi_mmap */ capi_open, + NULL, /* flush */ capi_release, NULL, /* capi_fsync */ NULL, /* capi_fasync */ diff --git a/drivers/isdn/isdn_common.c b/drivers/isdn/isdn_common.c index 3f4953f06..331842fab 100644 --- a/drivers/isdn/isdn_common.c +++ b/drivers/isdn/isdn_common.c @@ -1787,6 +1787,7 @@ static struct file_operations isdn_fops = isdn_ioctl, /* isdn_ioctl */ NULL, /* isdn_mmap */ isdn_open, + NULL, /* flush */ isdn_close, NULL /* fsync */ }; -- cgit v1.2.3