Colin Ian King d05071ed4a fsl/fman: make arrays port_ids static, reduces object code size
Don't populate the arrays port_ids on the stack, instead make them static.
Makes the object code smaller by over 700 bytes:

Before:
   text	   data	    bss	    dec	    hex	filename
  28785	   5832	    192	  34809	   87f9	fman.o

After:
   text	   data	    bss	    dec	    hex	filename
  27921	   5992	    192	  34105	   8539	fman.o

Signed-off-by: Colin Ian King <colin.king@canonical.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2017-09-01 18:21:09 -07:00
..
2017-08-09 22:43:50 -07:00
2017-08-13 12:44:18 -07:00
2017-07-24 17:38:21 +02:00
2017-07-04 14:28:22 -07:00
2017-07-03 20:55:59 -07:00
2017-08-14 09:34:10 +02:00
2017-07-06 11:32:40 -07:00
2017-08-24 14:01:18 -07:00
2017-07-01 14:30:39 -07:00
2017-08-26 12:46:14 -07:00
2017-08-22 11:04:51 -07:00
2017-07-13 11:49:52 -07:00
2017-07-05 17:09:27 -07:00
2017-07-04 14:47:47 -07:00
2017-07-06 15:38:31 -07:00
2017-08-21 11:08:03 +02:00
2017-08-30 15:03:00 -07:00
2017-08-13 12:41:58 -07:00
2017-08-24 13:23:03 -07:00
2017-08-13 12:27:42 -07:00
2017-07-03 20:27:48 -07:00
2017-08-03 21:37:30 -07:00