ACPI: APEI: Remove a useless include

This file does not use rcu, so there is no point in including
<linux/rculist.h>.

So just remove it.

Signed-off-by: Christophe JAILLET <christophe.jaillet@wanadoo.fr>
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
This commit is contained in:
Christophe JAILLET 2022-11-26 12:30:55 +01:00 committed by Rafael J. Wysocki
parent e78963f5c5
commit 89da5c476d
1 changed files with 0 additions and 1 deletions

View File

@ -25,7 +25,6 @@
#include <linux/slab.h>
#include <linux/io.h>
#include <linux/kref.h>
#include <linux/rculist.h>
#include <linux/interrupt.h>
#include <linux/debugfs.h>
#include <acpi/apei.h>