the appended patch by Adrian Bunk removes yet another leftover from
the /dev/isdnX devices (which causes an build error when
CONFIG_DEVFS_FS=y).
static void isdn_unregister_devfs(int k)
{
- devfs_unregister (dev->devfs_handle_isdnX[k]);
devfs_unregister (dev->devfs_handle_isdnctrlX[k]);
}
#else /* CONFIG_DEVFS_FS */
static void isdn_register_devfs(int dummy)
{
- return;
}
static void isdn_unregister_devfs(int dummy)
{
- return;
}
static void isdn_init_devfs(void)
{
- return;
}
static void isdn_cleanup_devfs(void)
{
- return;
}
#endif /* CONFIG_DEVFS_FS */