summaryrefslogtreecommitdiff
path: root/drivers/tty
diff options
context:
space:
mode:
authorJulian Wiedmann <jwi@linux.ibm.com>2018-08-09 15:48:03 +0300
committerDavid S. Miller <davem@davemloft.net>2018-08-10 00:02:50 +0300
commitf15cdaf237e9acc2ee14663ba53b872a27ee7015 (patch)
treee8e6d7aed42ac8f7a8b2da88c6a7e67f9352b676 /drivers/tty
parent95f4d8b75ad3fb774113450c9788af0dde91a27d (diff)
downloadlinux-f15cdaf237e9acc2ee14663ba53b872a27ee7015.tar.xz
s390/qeth: don't restrict qeth_card to DMA memory
Allocating the main qeth_card struct with GFP_DMA blocks us from moving it into netdev_priv(). But the only reason why we need DMA memory is the ccw1 structs embedded into each ccw channel. So extract those into separate allocations, like we already do for the cmd buffers. Signed-off-by: Julian Wiedmann <jwi@linux.ibm.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/tty')
0 files changed, 0 insertions, 0 deletions