commit | c4b2b9a849eaf892fa53bf7fa90c67613ceb83c2 | [log] [tgz] |
---|---|---|
author | Andy Shevchenko <andriy.shevchenko@linux.intel.com> | Fri Nov 28 15:40:56 2014 +0200 |
committer | David S. Miller <davem@davemloft.net> | Fri Dec 05 21:03:48 2014 -0800 |
tree | 5c52afee288b7857fd83806adf2e3d4fbe987a63 | |
parent | 244ebd9f8fa8beb7b37bdeebd6c5308b61f98aef [diff] |
stmmac: pci: allocate memory resources dynamically Instead of using global variables we are going to use dynamically allocated memory. It allows to append a support of more than one ethernet adapter which might have different settings simultaniously. Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com> Signed-off-by: David S. Miller <davem@davemloft.net>