Skip to content

Commit

Permalink
[AVR32] Correct misspelled CONFIG_BLK_DEV_INITRD variable.
Browse files Browse the repository at this point in the history
Signed-off-by: Robert P. J. Day <rpjday@mindspring.com>
Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
  • Loading branch information
Robert P. J. Day authored and Haavard Skinnemoen committed Jul 18, 2007
1 parent aa15f63 commit f3e2698
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/avr32/kernel/setup.c
Original file line number Diff line number Diff line change
Expand Up @@ -313,7 +313,7 @@ __tagtable(ATAG_MEM, parse_tag_mem);

static int __init parse_tag_rdimg(struct tag *tag)
{
#ifdef CONFIG_INITRD
#ifdef CONFIG_BLK_DEV_INITRD
struct tag_mem_range *mem = &tag->u.mem_range;
int ret;

Expand Down

0 comments on commit f3e2698

Please sign in to comment.