Skip to content

Commit

Permalink
4.5: Add include of config.h to wacom_i2c.c
Browse files Browse the repository at this point in the history
Allow the I2C driver to get conditional compile macros that were defined
at configure time.

Signed-off-by: Jason Gerecke <[email protected]>
  • Loading branch information
jigpu committed Jun 8, 2023
1 parent b917053 commit 3f155c8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions 4.5/wacom_i2c.c
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@
* <[email protected]>
*/

#include "../config.h"

#include <linux/module.h>
#include <linux/input.h>
#include <linux/i2c.h>
Expand Down

0 comments on commit 3f155c8

Please sign in to comment.