Skip to content

Commit

Permalink
staging: rar_register: renaming driver to rar_register
Browse files Browse the repository at this point in the history
Patch renames rar_driver to rar_register to clarifiy and differentiate
from rar_handler that will be submitted later

Signed-off-by: Mark Allyn <mark.a.allyn@intel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
  • Loading branch information
Mark Allyn authored and Greg Kroah-Hartman committed Mar 4, 2010
1 parent e37bcc0 commit ee7dfb7
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion drivers/staging/rar/Makefile
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
EXTRA_CFLAGS += -DLITTLE__ENDIAN
obj-$(CONFIG_RAR_REGISTER) += rar_driver.o
obj-$(CONFIG_RAR_REGISTER) += rar_register.o
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
#include <linux/pci.h>
#include <linux/firmware.h>
#include <linux/sched.h>
#include "rar_driver.h"
#include "rar_register.h"

/* The following defines are for the IPC process to retrieve RAR in */

Expand Down
File renamed without changes.

0 comments on commit ee7dfb7

Please sign in to comment.