global: Drop common.h inclusion
In order to make it easier to move on to dropping common.h from code directly, remove common.h inclusion from the rest of the header file which had been including it. Reviewed-by: Simon Glass <sjg@chromium.org> Signed-off-by: Tom Rini <trini@konsulko.com>
This commit is contained in:
@@ -7,7 +7,6 @@
|
||||
#ifndef __JOBDESC_H
|
||||
#define __JOBDESC_H
|
||||
|
||||
#include <common.h>
|
||||
#include <asm/io.h>
|
||||
#include "rsa_caam.h"
|
||||
|
||||
|
||||
@@ -6,8 +6,6 @@
|
||||
#ifndef __RSA_CAAM_H
|
||||
#define __RSA_CAAM_H
|
||||
|
||||
#include <common.h>
|
||||
|
||||
/**
|
||||
* struct pk_in_params - holder for input to PKHA block in CAAM
|
||||
* These parameters are required to perform Modular Exponentiation
|
||||
|
||||
Reference in New Issue
Block a user