BigW Consortium Gitlab
Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
M
mangoh-drivers
Project
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
Forest Godfrey
mangoh-drivers
Commits
1317fc32
Commit
1317fc32
authored
Nov 17, 2017
by
David Frey
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix compile errors introduced by previous commit
parent
f1868c9d
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
0 deletions
+3
-0
mangoh_red.c
linux_kernel_modules/mangoh/mangoh_red.c
+3
-0
No files found.
linux_kernel_modules/mangoh/mangoh_red.c
View file @
1317fc32
...
...
@@ -4,6 +4,7 @@
#include <linux/i2c.h>
#include <linux/i2c/pca954x.h>
#include <linux/i2c/sx150x.h>
#include <linux/spi/spi.h>
#include <linux/delay.h>
#include <linux/gpio/driver.h>
...
...
@@ -50,6 +51,8 @@ static int mangoh_red_remove(struct platform_device* pdev);
static
void
mangoh_red_iot_slot_release
(
struct
device
*
dev
);
static
int
mangoh_red_iot_slot_request_i2c
(
struct
i2c_adapter
**
adapter
);
static
int
mangoh_red_iot_slot_release_i2c
(
struct
i2c_adapter
**
adapter
);
static
int
mangoh_red_iot_slot_request_spi
(
struct
spi_master
**
spi_master
,
int
*
cs
);
static
int
mangoh_red_iot_slot_release_spi
(
void
);
static
int
mangoh_red_iot_slot_request_sdio
(
void
);
static
int
mangoh_red_iot_slot_release_sdio
(
void
);
static
int
mangoh_red_iot_slot_request_pcm
(
void
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment