Skip to content

Commit

Permalink
Staging: sep: minimal fix for wrong include
Browse files Browse the repository at this point in the history
Signed-off-by: Alan Cox <alan@linux.intel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
  • Loading branch information
Alan Cox authored and Greg Kroah-Hartman committed Nov 29, 2010
1 parent 6287791 commit de92e3a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/staging/sep/sep_driver_config.h
Original file line number Diff line number Diff line change
Expand Up @@ -421,7 +421,7 @@ struct RAR_buffer {

#else /* using real RAR_REGISTER */

#include "../rar_register/rar_register.h"
#include <linux/rar_register.h>

#endif /* CONFIG_RAR_REGISTER */

Expand Down

0 comments on commit de92e3a

Please sign in to comment.