habanalabs: remove implicit include from header files

This will prevent unneeded include of header files, which may increase
compilation time.

Signed-off-by: Dotan Barak <dbarak@habana.ai>
Signed-off-by: Oded Gabbay <oded.gabbay@gmail.com>
This commit is contained in:
Dotan Barak 2019-02-27 09:55:57 +02:00 коммит произвёл Oded Gabbay
Родитель b24ca4587e
Коммит 5eb420446a
2 изменённых файлов: 1 добавлений и 4 удалений

Просмотреть файл

@ -6,6 +6,7 @@
*/
#include "goyaP.h"
#include "include/goya/asic_reg/goya_regs.h"
/*
* goya_set_block_as_protected - set the given block as protected

Просмотреть файл

@ -8,10 +8,6 @@
#ifndef GOYA_H
#define GOYA_H
#include "asic_reg/goya_regs.h"
#include <linux/types.h>
#define SRAM_CFG_BAR_ID 0
#define MSIX_BAR_ID 2
#define DDR_BAR_ID 4