Package: atl2-source Version: 2.0.3-1 Severity: normal Tags: patch The SET_MODULE_OWNER macro has been removed in some recent version of the kernel (not sure exactly which).
-- System Information: Debian Release: lenny/sid APT prefers testing APT policy: (990, 'testing'), (500, 'stable'), (400, 'unstable'), (1, 'experimental') Architecture: i386 (i686) Kernel: Linux 2.6.22-3-686 (SMP w/2 CPU cores) Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/bash Versions of packages atl2-source depends on: ii bzip2 1.0.3-7 high-quality block-sorting file co ii debhelper 5.0.61 helper programs for debian/rules ii module-assistant 0.10.11 tool to make module package creati atl2-source recommends no packages. -- no debconf information
--- modules/atl2/atl2_main.c~ 2007-12-11 05:22:00.000000000 -0500 +++ modules/atl2/atl2_main.c 2008-01-15 09:51:30.000000000 -0500 @@ -1448,7 +1448,9 @@ if(!netdev) goto err_alloc_etherdev; +#ifdef SET_MODULE_OWNER SET_MODULE_OWNER(netdev); +#endif SET_NETDEV_DEV(netdev, &pdev->dev); pci_set_drvdata(pdev, netdev);