Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 1c2aa15a authored by Lidza Louina's avatar Lidza Louina Committed by Greg Kroah-Hartman
Browse files

staging: dgap: removes references to proc code



This patch removes references to proc code in this
driver. It still has proc.c, proc.h and a board
state called NEEDS_PROC_CREATION. All three of
these will be removed in another patch.

Signed-off-by: default avatarLidza Louina <lidza.louina@gmail.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent fc5a8990
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -4,6 +4,6 @@ obj-$(CONFIG_DGAP) += dgap.o


dgap-objs :=	dgap_driver.o   dgap_fep5.o	dgap_mgmt.o \
		dgap_parse.o	dgap_proc.o     dgap_trace.o \
		dgap_parse.o	dgap_trace.o \
		dgap_tty.o	dgap_sysfs.o
+0 −7
Original line number Diff line number Diff line
@@ -331,11 +331,6 @@ static int dgap_start(void)
			dgap_Major_Control_Registered = TRUE;
		}

		/*
		 * Register our basic stuff in /proc/dgap
		 */
		dgap_proc_register_basic_prescan();

		/*
		 * Init any global tty stuff.
		 */
@@ -423,8 +418,6 @@ void dgap_cleanup_module(void)
	/* Turn off poller right away. */
	del_timer_sync( &dgap_poll_timer);

	dgap_proc_unregister_all();

	dgap_remove_driver_sysfiles(&dgap_driver);


+1 −1
Original line number Diff line number Diff line
@@ -135,7 +135,7 @@ int dgap_after_config_loaded(void)
		dgap_Board[i]->flipbuf = dgap_driver_kzmalloc(MYFLIPLEN, GFP_ATOMIC);
		dgap_Board[i]->flipflagbuf = dgap_driver_kzmalloc(MYFLIPLEN, GFP_ATOMIC);

		dgap_proc_register_basic_postscan(i);
		//dgap_proc_register_basic_postscan(i);
	}

	return (rc);
+1 −1
Original line number Diff line number Diff line
@@ -296,7 +296,7 @@ int dgap_mgmt_ioctl(struct inode *inode, struct file *file, unsigned int cmd, un
			case NEED_PROC_CREATION:

				DGAP_UNLOCK(brd->bd_lock, lock_flags);
				dgap_proc_register_channel_postscan(brd->boardnum);
				//dgap_proc_register_channel_postscan(brd->boardnum);

				ch = brd->channels[0];
				for (j = 0; j < brd->nasync; j++, ch = brd->channels[j]) {