Skip to content

Commit

Permalink
Merge branch 'next' into for-linus
Browse files Browse the repository at this point in the history
Conflicts:
	drivers/input/tablet/wacom_sys.c
  • Loading branch information
dtor committed Mar 27, 2012
2 parents 10ce3cc + 131c713 commit 9938082
Show file tree
Hide file tree
Showing 12 changed files with 694 additions and 202 deletions.
7 changes: 0 additions & 7 deletions arch/arm/plat-spear/include/plat/keyboard.h
Original file line number Diff line number Diff line change
Expand Up @@ -159,11 +159,4 @@ struct kbd_platform_data {
unsigned int mode;
};

/* This function is used to set platform data field of pdev->dev */
static inline void
kbd_set_plat_data(struct platform_device *pdev, struct kbd_platform_data *data)
{
pdev->dev.platform_data = data;
}

#endif /* __PLAT_KEYBOARD_H */
3 changes: 3 additions & 0 deletions drivers/input/joystick/amijoy.c
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,9 @@ static int __init amijoy_init(void)
int i, j;
int err;

if (!MACH_IS_AMIGA)
return -ENODEV;

for (i = 0; i < 2; i++) {
if (!amijoy[i])
continue;
Expand Down
Loading

0 comments on commit 9938082

Please sign in to comment.