Commit 5eb42044 authored by Dotan Barak's avatar Dotan Barak Committed by Oded Gabbay
Browse files

habanalabs: remove implicit include from header files



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

Signed-off-by: default avatarDotan Barak <dbarak@habana.ai>
Signed-off-by: default avatarOded Gabbay <oded.gabbay@gmail.com>
parent b24ca458
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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
+0 −4
Original line number Diff line number Diff line
@@ -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