Skip to content

Commit

Permalink
crypto: qat - remove unnecessary include of atomic.h header file
Browse files Browse the repository at this point in the history
Signed-off-by: Bruce Allan <[email protected]>
Signed-off-by: Herbert Xu <[email protected]>
  • Loading branch information
bwallan authored and herbertx committed Jan 13, 2015
1 parent a6bcc1e commit 6a24efd
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion drivers/crypto/qat/qat_common/adf_accel_devices.h
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,6 @@
#ifndef ADF_ACCEL_DEVICES_H_
#define ADF_ACCEL_DEVICES_H_
#include <linux/module.h>
#include <linux/atomic.h>
#include <linux/list.h>
#include <linux/proc_fs.h>
#include <linux/io.h>
Expand Down
1 change: 0 additions & 1 deletion drivers/crypto/qat/qat_common/adf_transport_internal.h
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,6 @@
#define ADF_TRANSPORT_INTRN_H

#include <linux/interrupt.h>
#include <linux/atomic.h>
#include <linux/spinlock_types.h>
#include "adf_transport.h"

Expand Down

0 comments on commit 6a24efd

Please sign in to comment.