Arnd Bergmann
b261c20fe0
net: ax88796: avoid 64 bit arithmetic
...
When building ax88796 on an ARM platform with 64-bit resource_size_t,
we currently get
drivers/net/ethernet/8390/ax88796.c:875: undefined reference to `__aeabi_uldivmod'
because we do a division on the length of the MMIO resource.
Since we know that this resource is very short, using an
"unsigned long" instead of "resource_size_t" is entirely
sufficient, and avoids this link-time error.
Cc: Ben Dooks <ben-linux@fluff.org >
Cc: netdev@vger.kernel.org
Signed-off-by: Arnd Bergmann <arnd@arndb.de >
Signed-off-by: David S. Miller <davem@davemloft.net >
2013-04-19 17:57:48 -04:00
..
2013-01-29 15:32:13 -05:00
2013-04-19 17:57:48 -04:00
2012-12-07 14:22:22 -05:00
2013-01-15 15:05:59 -05:00
2013-01-14 15:11:50 -05:00
2012-12-07 14:22:22 -05:00
2013-02-08 17:44:39 -05:00
2012-12-03 11:16:54 -08:00
2013-04-05 00:46:13 -04:00
2013-04-18 15:03:26 -04:00
2012-12-11 18:25:53 -05:00
2013-02-21 17:54:03 -08:00
2013-03-29 15:29:35 -04:00
2013-03-12 05:33:12 -04:00
2013-01-06 21:06:31 -08:00
2013-01-18 14:34:48 -05:00
2013-03-31 19:43:23 -04:00
2013-03-17 12:01:10 -04:00
2013-01-22 10:39:49 -05:00
2013-04-12 14:55:25 -04:00
2013-01-14 15:11:50 -05:00
2013-04-16 16:47:43 -04:00
2013-02-21 12:05:51 -08:00
2012-12-07 14:22:22 -05:00
2013-02-21 12:05:51 -08:00
2013-02-18 12:26:36 -05:00
2013-01-22 12:01:33 -08:00
2013-04-18 14:52:18 -04:00
2013-04-15 14:08:13 -04:00
2013-04-02 12:07:56 -04:00
2013-03-29 15:43:08 -04:00
2013-02-21 12:05:51 -08:00
2013-02-04 13:22:33 -05:00
2013-02-21 12:05:51 -08:00
2013-01-08 18:00:48 -08:00
2013-01-06 21:06:31 -08:00
2013-01-15 15:05:59 -05:00
2013-03-20 12:19:15 -04:00
2013-01-06 21:06:31 -08:00
2013-03-26 12:20:29 -04:00
2013-02-21 12:05:51 -08:00
2013-02-24 21:22:47 -05:00
2013-04-19 17:53:57 -04:00
2013-02-04 13:22:33 -05:00
2013-04-04 17:46:02 -04:00
2013-03-31 19:42:44 -04:00
2013-02-21 12:05:51 -08:00
2013-03-12 17:07:56 +00:00
2013-01-06 21:06:31 -08:00
2013-02-21 12:05:51 -08:00
2013-01-08 18:00:48 -08:00
2013-02-08 17:44:39 -05:00
2013-04-11 16:03:22 -04:00
2013-02-27 19:10:24 -08:00
2013-01-06 21:06:31 -08:00
2013-04-15 14:14:40 -04:00
2013-01-03 22:37:36 -08:00
2013-01-14 15:11:50 -05:00
2013-02-05 14:12:20 -05:00
2013-01-03 22:37:36 -08:00
2013-02-04 13:22:33 -05:00
2013-01-06 21:06:31 -08:00
2013-01-14 15:11:50 -05:00
2013-01-14 15:11:50 -05:00
2013-01-29 14:07:05 -05:00
2012-12-07 14:22:22 -05:00
2012-12-03 11:16:54 -08:00
2013-01-22 10:39:52 -05:00
2013-01-06 21:06:31 -08:00
2013-03-21 11:50:10 -04:00
2013-01-22 10:39:52 -05:00
2013-01-14 15:11:50 -05:00