mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git
synced 2025-01-15 12:57:46 +00:00
[PATCH] caleb/pm3386: include proper header files
Make caleb.c and pm3386.c include their own header files, to catch incorrect prototype definitions. Signed-off-by: Lennert Buytenhek <buytenh@wantstofly.org> Signed-off-by: Jeff Garzik <jgarzik@pobox.com>
This commit is contained in:
parent
f48a8815f8
commit
6744a5069b
@ -13,6 +13,7 @@
|
|||||||
#include <linux/module.h>
|
#include <linux/module.h>
|
||||||
#include <linux/delay.h>
|
#include <linux/delay.h>
|
||||||
#include <asm/io.h>
|
#include <asm/io.h>
|
||||||
|
#include "caleb.h"
|
||||||
|
|
||||||
#define CALEB_IDLO 0x00
|
#define CALEB_IDLO 0x00
|
||||||
#define CALEB_IDHI 0x01
|
#define CALEB_IDHI 0x01
|
||||||
|
@ -14,6 +14,7 @@
|
|||||||
#include <linux/delay.h>
|
#include <linux/delay.h>
|
||||||
#include <linux/netdevice.h>
|
#include <linux/netdevice.h>
|
||||||
#include <asm/io.h>
|
#include <asm/io.h>
|
||||||
|
#include "pm3386.h"
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Read from register 'reg' of PM3386 device 'pm'.
|
* Read from register 'reg' of PM3386 device 'pm'.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user