Commit aad4ad15 authored by Linus Torvalds's avatar Linus Torvalds

Make e100 driver compile (e100_force_speed_duplex() cannot be

static, as it is needed by e100_test.c too)
parent b611de70
...@@ -622,7 +622,7 @@ e100_find_speed_duplex(struct e100_private *bdp) ...@@ -622,7 +622,7 @@ e100_find_speed_duplex(struct e100_private *bdp)
* Returns: void * Returns: void
* *
*/ */
static void void
e100_force_speed_duplex(struct e100_private *bdp) e100_force_speed_duplex(struct e100_private *bdp)
{ {
u16 control; u16 control;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment