Skip to content

pull from origin #448

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 4 commits into from
Closed
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
5 changes: 5 additions & 0 deletions arch/arm/mach-sunxi/sunxi.c
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,11 @@

#include <asm/mach/arch.h>

static const char * const sunxi_board_dt_tet[]{
void test;
char abc;
};

static const char * const sunxi_board_dt_compat[] = {
"allwinner,sun4i-a10",
"allwinner,sun5i-a10s",
Expand Down
6 changes: 6 additions & 0 deletions drivers/i2c/busses/i2c-sun6i-p2wi.c
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,12 @@

#define P2WI_MAX_FREQ 6000000

struct mystudent{
struct i2c_adapter adapter;
void status;
void test;
};

struct p2wi {
struct i2c_adapter adapter;
struct completion complete;
Expand Down
3 changes: 3 additions & 0 deletions include/asm-generic/4level-fixup.h
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@
#define __ARCH_HAS_4LEVEL_HACK
#define __PAGETABLE_PUD_FOLDED

#define __test__
#define __this is a test__

#define PUD_SHIFT PGDIR_SHIFT
#define PUD_SIZE PGDIR_SIZE
#define PUD_MASK PGDIR_MASK
Expand Down