diff options
| author | Greg Kroah-Hartman <greg@kroah.com> | 2003-05-06 10:22:17 -0700 |
|---|---|---|
| committer | Greg Kroah-Hartman <greg@kroah.com> | 2003-05-06 10:22:17 -0700 |
| commit | e19168ff3dc6ede4d14d7feb635eca9e8bc40c61 (patch) | |
| tree | e530c0ea0f94be2d2678d499a150e6854affe45c /include/linux | |
| parent | b41c55bea9b7d6000cf8a8f07f037a28d91fa349 (diff) | |
[PATCH] USB: converted brlvger over to new usb_register_dev() changes.
Diffstat (limited to 'include/linux')
| -rw-r--r-- | include/linux/brlvger.h | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/include/linux/brlvger.h b/include/linux/brlvger.h index 2a9b77ba4c1e..388f3fdb6cc9 100644 --- a/include/linux/brlvger.h +++ b/include/linux/brlvger.h @@ -30,16 +30,8 @@ #define BRLVGER_DISPLAY_OFF 3 #define BRLVGER_BUZZ 4 -#ifdef CONFIG_USB_DYNAMIC_MINORS -#define MAX_NR_BRLVGER_DEVS 256 -#define BRLVGER_MINOR 0 -#else -/* Number of supported devices, and range of covered minors */ -#define MAX_NR_BRLVGER_DEVS 4 - /* Base minor for the char devices */ #define BRLVGER_MINOR 128 -#endif /* Size of some fields */ #define BRLVGER_HWVER_SIZE 2 |
