Skip to content

Commit

Permalink
ide: remove unused _IDE_C and _IDE_DISK defines
Browse files Browse the repository at this point in the history
Signed-off-by: Bartlomiej Zolnierkiewicz <bzolnier@gmail.com>
  • Loading branch information
bzolnier committed Oct 10, 2008
1 parent a2cdee5 commit 3cd5f1e
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 5 deletions.
3 changes: 0 additions & 3 deletions drivers/ide/ide-disk.c
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,6 @@
#include <linux/delay.h>
#include <linux/mutex.h>
#include <linux/leds.h>

#define _IDE_DISK

#include <linux/ide.h>

#include <asm/byteorder.h>
Expand Down
2 changes: 0 additions & 2 deletions drivers/ide/ide.c
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,6 @@
* inspiration from lots of linux users, esp. hamish@zot.apana.org.au
*/

#define _IDE_C /* Tell ide.h it's really us */

#include <linux/module.h>
#include <linux/types.h>
#include <linux/string.h>
Expand Down

0 comments on commit 3cd5f1e

Please sign in to comment.