Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit adec640e authored by Christoph Hellwig's avatar Christoph Hellwig Committed by Arnd Bergmann
Browse files

mlx5: stop including <asm-generic/kmap_types.h>



<linux/highmem.h> is the placace the get the kmap type flags, asm-generic
files are generic implementations only to be used by architecture code.

Signed-off-by: default avatarChristoph Hellwig <hch@lst.de>
Signed-off-by: default avatarArnd Bergmann <arnd@arndb.de>
parent ac8427b9
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -30,7 +30,7 @@
 * SOFTWARE.
 */

#include <asm-generic/kmap_types.h>
#include <linux/highmem.h>
#include <linux/module.h>
#include <linux/init.h>
#include <linux/errno.h>
+1 −1
Original line number Diff line number Diff line
@@ -30,7 +30,7 @@
 * SOFTWARE.
 */

#include <asm-generic/kmap_types.h>
#include <linux/highmem.h>
#include <linux/module.h>
#include <linux/errno.h>
#include <linux/pci.h>
+1 −1
Original line number Diff line number Diff line
@@ -30,7 +30,7 @@
 * SOFTWARE.
 */

#include <asm-generic/kmap_types.h>
#include <linux/highmem.h>
#include <linux/module.h>
#include <linux/init.h>
#include <linux/errno.h>
+1 −1
Original line number Diff line number Diff line
@@ -30,7 +30,7 @@
 * SOFTWARE.
 */

#include <asm-generic/kmap_types.h>
#include <linux/highmem.h>
#include <linux/kernel.h>
#include <linux/module.h>
#include <linux/mlx5/driver.h>