Add a missing MODULE_DEPEND() on miibus.. I was working from
KMODDEPS which this driver didn't have.
This commit is contained in:
parent
95a1645553
commit
5a54cb4145
@ -105,6 +105,8 @@
|
|||||||
#include <pci/if_skreg.h>
|
#include <pci/if_skreg.h>
|
||||||
#include <pci/xmaciireg.h>
|
#include <pci/xmaciireg.h>
|
||||||
|
|
||||||
|
MODULE_DEPEND(sk, miibus, 1, 1, 1);
|
||||||
|
|
||||||
/* "controller miibus0" required. See GENERIC if you get errors here. */
|
/* "controller miibus0" required. See GENERIC if you get errors here. */
|
||||||
#include "miibus_if.h"
|
#include "miibus_if.h"
|
||||||
|
|
||||||
|
@ -105,6 +105,8 @@
|
|||||||
#include <pci/if_skreg.h>
|
#include <pci/if_skreg.h>
|
||||||
#include <pci/xmaciireg.h>
|
#include <pci/xmaciireg.h>
|
||||||
|
|
||||||
|
MODULE_DEPEND(sk, miibus, 1, 1, 1);
|
||||||
|
|
||||||
/* "controller miibus0" required. See GENERIC if you get errors here. */
|
/* "controller miibus0" required. See GENERIC if you get errors here. */
|
||||||
#include "miibus_if.h"
|
#include "miibus_if.h"
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user