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
a473f498
Commit
a473f498
authored
Nov 16, 2018
by
Ashish Syal
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
changed led_platform_data to mangohredled_platform_data to resolve build issue
parent
03608c12
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
led.c
linux_kernel_modules/led/led.c
+1
-1
led.h
linux_kernel_modules/led/led.h
+1
-1
No files found.
linux_kernel_modules/led/led.c
View file @
a473f498
...
...
@@ -40,7 +40,7 @@ static int led_probe(struct platform_device *pdev)
{
struct
led_device
*
dev
;
int
ret
=
0
;
struct
led_platform_data
*
pdata
=
dev_get_platdata
(
&
pdev
->
dev
);
struct
mangohred
led_platform_data
*
pdata
=
dev_get_platdata
(
&
pdev
->
dev
);
dev_info
(
&
pdev
->
dev
,
"%s(): probe
\n
"
,
__func__
);
...
...
linux_kernel_modules/led/led.h
View file @
a473f498
#ifndef LED_H
#define LED_H
struct
led_platform_data
{
struct
mangohred
led_platform_data
{
int
gpio
;
};
...
...
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