Skip to content

Commit

Permalink
[PATCH] caleb/pm3386: include proper header files
Browse files Browse the repository at this point in the history
Make caleb.c and pm3386.c include their own header files, to catch
incorrect prototype definitions.

Signed-off-by: Lennert Buytenhek <[email protected]>
Signed-off-by: Jeff Garzik <[email protected]>
  • Loading branch information
buytenh authored and jgarzik committed Dec 1, 2005
1 parent f48a881 commit 6744a50
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions drivers/net/ixp2000/caleb.c
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
#include <linux/module.h>
#include <linux/delay.h>
#include <asm/io.h>
#include "caleb.h"

#define CALEB_IDLO 0x00
#define CALEB_IDHI 0x01
Expand Down
1 change: 1 addition & 0 deletions drivers/net/ixp2000/pm3386.c
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
#include <linux/delay.h>
#include <linux/netdevice.h>
#include <asm/io.h>
#include "pm3386.h"

/*
* Read from register 'reg' of PM3386 device 'pm'.
Expand Down

0 comments on commit 6744a50

Please sign in to comment.