From 2b5646effa648370c3c0c786f0c67849a2ecb7c3 Mon Sep 17 00:00:00 2001 From: Kai Germaschewski Date: Wed, 13 Jun 2001 14:02:38 +0000 Subject: [PATCH] hfc_usb build fixes --- drivers/isdn/hisax/Makefile | 3 --- drivers/isdn/hisax/{hfc_usb_l1.c => hfc_usb.c} | 0 v2.4.ctrl | 1 + 3 files changed, 1 insertion(+), 3 deletions(-) rename drivers/isdn/hisax/{hfc_usb_l1.c => hfc_usb.c} (100%) diff --git a/drivers/isdn/hisax/Makefile b/drivers/isdn/hisax/Makefile index 3ca1287b..74aaced6 100644 --- a/drivers/isdn/hisax/Makefile +++ b/drivers/isdn/hisax/Makefile @@ -75,9 +75,6 @@ include $(TOPDIR)/drivers/isdn/Rules.make # Link rules for multi-part drivers. -hfc_usb.o: hfc_usb_l1.o - $(LD) -r -o $@ hfc_usb_l1.o - hisax.o: $(hisax-objs) $(LD) -r -o $@ $(hisax-objs) diff --git a/drivers/isdn/hisax/hfc_usb_l1.c b/drivers/isdn/hisax/hfc_usb.c similarity index 100% rename from drivers/isdn/hisax/hfc_usb_l1.c rename to drivers/isdn/hisax/hfc_usb.c diff --git a/v2.4.ctrl b/v2.4.ctrl index 8e77806b..4bd5eb46 100644 --- a/v2.4.ctrl +++ b/v2.4.ctrl @@ -49,3 +49,4 @@ #undef COMPAT_USE_MODCOUNT_LOCK #define COMPAT_HAVE_NEW_FILLDIR #define COMPAT_HAS_SCHEDULE_TASK +#define COMPAT_HAS_USB_IDTAB