We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 738e686 commit f6f1101Copy full SHA for f6f1101
drivers/hwmon/ams/ams.h
@@ -4,7 +4,7 @@
4
#include <linux/mutex.h>
5
#include <linux/spinlock.h>
6
#include <linux/types.h>
7
-#include <asm/of_device.h>
+#include <linux/of_device.h>
8
9
enum ams_irq {
10
AMS_IRQ_FREEFALL = 0x01,
sound/aoa/soundbus/soundbus.h
@@ -8,7 +8,7 @@
#ifndef __SOUNDBUS_H
#define __SOUNDBUS_H
11
12
#include <sound/pcm.h>
13
#include <linux/list.h>
14
0 commit comments