Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions arch/arm64/boot/qcom/Makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# This is a stub.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
#define VL6180_I2C_H_

#include "vl6180x_platform.h"
#include "stmvl6180.h"
#include "../stmvl6180.h"

/**
* @defgroup cci_i2c CCI to RAW I2C translation layer
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
#include <linux/gpio.h>
#include <linux/input.h>
#include <linux/miscdevice.h>
#include "stmvl6180.h"
#include "../stmvl6180.h"

#include <linux/kernel.h>
#include <linux/regulator/consumer.h>
Expand Down