commit | 50144f675363c368400eedd52c6680163b3260eb | [log] [tgz] |
---|---|---|
author | Julian Wiedmann <jwi@linux.ibm.com> | Thu Oct 01 19:11:33 2020 +0200 |
committer | David S. Miller <davem@davemloft.net> | Fri Oct 02 16:22:49 2020 -0700 |
tree | 794846ed89af631fdcc07deffd30c370fc11a671 | |
parent | 949bbf4d2db873a6c229a43d816d9f8152b31704 [diff] |
s390/qeth: constify the disciplines The discipline struct is a fixed group of function pointers. So declare the L2 and L3 disciplines as constant. Signed-off-by: Julian Wiedmann <jwi@linux.ibm.com> Signed-off-by: David S. Miller <davem@davemloft.net>