Author: smh
Date: Thu Jan 14 21:39:10 2016
New Revision: 294041
URL: https://svnweb.freebsd.org/changeset/base/294041

Log:
  Remove unused reg param from fdt_fixup_memory
  
  MFC after:    2 weeks
  X-MFC-With:   r293268
  Sponsored by: Multiplay

Modified:
  head/sys/boot/fdt/fdt_loader_cmd.c

Modified: head/sys/boot/fdt/fdt_loader_cmd.c
==============================================================================
--- head/sys/boot/fdt/fdt_loader_cmd.c  Thu Jan 14 21:31:26 2016        
(r294040)
+++ head/sys/boot/fdt/fdt_loader_cmd.c  Thu Jan 14 21:39:10 2016        
(r294041)
@@ -464,7 +464,7 @@ fdt_fixup_memory(struct fdt_mem_region *
 {
        struct fdt_mem_region *curmr;
        uint32_t addr_cells, size_cells;
-       uint32_t *addr_cellsp, *reg,  *size_cellsp;
+       uint32_t *addr_cellsp, *size_cellsp;
        int err, i, len, memory, root;
        size_t realmrno;
        uint8_t *buf, *sb;
_______________________________________________
[email protected] mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "[email protected]"

Reply via email to