]> git.baikalelectronics.ru Git - kernel.git/commit
rhashtable: add missing import <linux/export.h>
authorHauke Mehrtens <hauke@hauke-m.de>
Sat, 6 Jun 2015 20:07:23 +0000 (22:07 +0200)
committerDavid S. Miller <davem@davemloft.net>
Sun, 7 Jun 2015 07:10:15 +0000 (00:10 -0700)
commit96b7ac3d8f44bd42e1363e1719617b8fcda4a10e
tree680194365713a1ef39f5c805b1fa923393b64399
parentb66fdbee9ee530751a36a6554c1a8211cd2bfbed
rhashtable: add missing import <linux/export.h>

rhashtable uses EXPORT_SYMBOL_GPL() without importing linux/export.h
directly it is only imported indirectly through some other includes.

Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
Signed-off-by: David S. Miller <davem@davemloft.net>
lib/rhashtable.c