Skip to content

Commit 104087a

Browse files
committed
cxl/core: Drop unused io-64-nonatomic-lo-hi.h
After the discovery of a case where an implementation misbehaves with register reads larger than the definition of the register the other usages of readq() were audited and found to be correct, but some cases where the io-64-nonatomic-lo-hi.h include is not needed were discovered, delete them. Reviewed-by: Dave Jiang <dave.jiang@intel.com> Reviewed-by: Alison Schofield <alison.schofield@intel.com> Link: https://lore.kernel.org/r/168149844596.792294.8273108394688012953.stgit@dwillia2-xfh.jf.intel.com Signed-off-by: Dan Williams <dan.j.williams@intel.com>
1 parent 1423885 commit 104087a

2 files changed

Lines changed: 0 additions & 2 deletions

File tree

drivers/cxl/core/mbox.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
// SPDX-License-Identifier: GPL-2.0-only
22
/* Copyright(c) 2020 Intel Corporation. All rights reserved. */
3-
#include <linux/io-64-nonatomic-lo-hi.h>
43
#include <linux/security.h>
54
#include <linux/debugfs.h>
65
#include <linux/ktime.h>

drivers/cxl/core/port.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
// SPDX-License-Identifier: GPL-2.0-only
22
/* Copyright(c) 2020 Intel Corporation. All rights reserved. */
3-
#include <linux/io-64-nonatomic-lo-hi.h>
43
#include <linux/memregion.h>
54
#include <linux/workqueue.h>
65
#include <linux/debugfs.h>

0 commit comments

Comments
 (0)